StrongNameIdentityPermissionAttribute::PublicKey Property

 

Gets or sets the public key value of the strong name identity expressed as a hexadecimal string.

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

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

Property Value

Type: System::String^

The public key value of the strong name identity expressed as a hexadecimal string.

.NET Framework
Available since 1.1
Return to top
Show: