Represents a Strong Name file (also known as an SNK file).
The following tables list the members exposed by the StrongNameFile type.
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.
|