Class StrongNamePublicKeyBlob
Inheritance
System.Object
StrongNamePublicKeyBlob
Assembly: IronZip.dll
Syntax
public sealed class StrongNamePublicKeyBlob : Object
Constructors
StrongNamePublicKeyBlob(Byte[])
Declaration
public StrongNamePublicKeyBlob(byte[] publicKey)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
publicKey |
|
Methods
Equals(Object)
Declaration
public override bool Equals(object o)
Parameters
| Type |
Name |
Description |
| System.Object |
o |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|