StrongNameIdentityPermission::Version Property

 

Gets or sets the version number of the identity.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property Version^ Version {
	Version^ get();
	void set(Version^ value);
}

Property Value

Type: System::Version^

The version of the identity.

Exception Condition
NotSupportedException

The property value cannot be retrieved because it contains an ambiguous identity.

.NET Framework
Available since 1.1
Return to top
Show: