StrongNamePublicKeyBlob Class

 

Represents the public key information (called a blob) for a strong name. This class cannot be inherited.

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

System::Object
  System.Security.Permissions::StrongNamePublicKeyBlob

[SerializableAttribute]
[ComVisibleAttribute(true)]
public ref class StrongNamePublicKeyBlob sealed 

NameDescription
System_CAPS_pubmethodStrongNamePublicKeyBlob(array<Byte>^)

Initializes a new instance of the StrongNamePublicKeyBlob class with raw bytes of the public key blob.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Gets or sets a value indicating whether the current public key blob is equal to the specified public key blob.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodGetHashCode()

Returns a hash code based on the public key.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Creates and returns a string representation of the public key blob.(Overrides Object::ToString().)

This class facilitates the use of strong names for identification purposes.

For a complete description of strong names, see StrongName.

.NET Framework
Available since 1.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: