StrongNamePublicKeyBlob Class
Represents the public key information (called a blob) for a strong name. This class cannot be inherited.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | StrongNamePublicKeyBlob(array<Byte>^) | Initializes a new instance of the StrongNamePublicKeyBlob class with raw bytes of the public key blob. |
| Name | Description | |
|---|---|---|
![]() | Equals(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^).) |
![]() | GetHashCode() | Returns a hash code based on the public key.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | 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.
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.
