An IAsymmetricKeyStore that read the key from the file system.
Initializes a new instance of FileSystemAsymmetricKeyStore
public Void FileSystemAsymmetricKeyStore(cryptographer)
Name | Type | Summary |
---|---|---|
cryptographer | ICryptographer |
Gets the asymmetric key.
public RsaKey GetRsaKey()
A RsaKey containing the parameters for the crypto service provider.
Type | Summary |
---|---|
CryptographyException | Thrown when the AsymmetricKeyFileName configuration option is not configured. |
In this document