Represents a Strong Name file (also known as an SNK file).
The following tables list the members exposed by the StrongNameFile type.
Public Methods
| Name | Description | |
|---|---|---|
| Dispose |
Releases all managed and unmanaged resources.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Save | Overloaded. | |
| ToString | (Inherited from Object.) |
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize |
Releases all managed and unmanaged resources.
(Overrides .Finalize().) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Constructors
| Name | Description | |
|---|---|---|
| StrongNameFileNew | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
| HasPrivateKey |
Gets a value that indicates whether the SNK file contains a private key or not.
| |
| PrivateKey |
Gets an RSA instance that represents the public/private key pair.
| |
| PublicKey |
Gets an RSA instance that represents the public key.
|