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: