[Serializable] |
For a complete description of strong names, see StrongName.
ctor #1 | Initializes a new instance of the StrongNamePublicKeyBlob class with raw bytes of the public key blob. |
Equals | Overridden: Gets or sets a value indicating whether the current public key blob is equal to the specified public key blob. |
GetHashCode | Overridden: Returns a hash code based on the public key. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
ToString | Overridden: Creates and returns a string representation of the public key blob. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public StrongNamePublicKeyBlob( |
publicKey
Exception Type | Condition |
---|---|
ArgumentNullException | The publicKey parameter is null. |
obj
~StrongNamePublicKeyBlob(); |
public override int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public override string ToString(); |