The following tables list the members exposed by KeyContainer.
Public Properties
| Name | Description |
| Name | Gets the name of the key container. |
Top
Public Methods
| Name | Description |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| GetPrivateKey | Gets the private key from the container. |
| GetPublicKey | Gets the public key from the container. |
| Sign | Signs the specified string. |
| VerifySignature | Verifies the signature. |
Top
Protected Methods
| Name | Description |
| Finalize | Releases unmanaged resources and performs other cleanup operations before the KeyContainer is reclaimed by garbage collection. |
Top
See Also