NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStorage.DomainIdentity

Get domain identity used to scope isolated storage.

[Visual Basic]
Public ReadOnly Property DomainIdentity As Object
[C#]
public object DomainIdentity {get;}
[C++]
public: __property Object* get_DomainIdentity();
[JScript]
public function get DomainIdentity() : Object;

Property Value

Domain identity used to scope isolated storage.

Exceptions

Exception Type Condition
SecurityException security requires permission to control permission in order to access this object

Remarks

This property is only required for administration or other specialized types of access, and is not normally required.

Requirements

NGWS Runtime Security:

SecurityPermission security requires permission to ControlPolicy permission in order to access this object

See Also

IsolatedStorage Class | IsolatedStorage Members | System.IO.IsolatedStorage Namespace