StrongNameKeyPair::PublicKey Property

 

Gets the public part of the public key or public key token of the key pair.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public:
property array<unsigned char>^ PublicKey {
	array<unsigned char>^ get();
}

Property Value

Type: array<System::Byte>^

An array of type byte containing the public key or public key token of the key pair.

.NET Framework
Available since 1.1
Return to top
Show: