Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IsolatedStorage::AssemblyIdentity Property

 

Gets an assembly identity used to scope isolated storage.

Namespace:   System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)

public:
property Object^ AssemblyIdentity {
	[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::ControlPolicy)]
	Object^ get();
}

Property Value

Type: System::Object^

An Object that represents the Assembly identity.

Exception Condition
SecurityException

The code lacks the required SecurityPermission to access this object.

InvalidOperationException

The assembly is not defined.

SecurityPermission

for the ability to access evidence. Associated enumeration: SecurityPermissionFlag::ControlPolicy

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft