FileSystemAsymmetricKeyStore

An IAsymmetricKeyStore that read the key from the file system.

Namespace:
KpokPatagon.Security.Cryptography
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No
Implements:
KpokPatagon.Security.Cryptography.IAsymmetricKeyStore

Constructors

FileSystemAsymmetricKeyStore

Initializes a new instance of FileSystemAsymmetricKeyStore

Signature:
public Void FileSystemAsymmetricKeyStore(cryptographer)
Parameters
Name Type Summary
cryptographer ICryptographer

Methods

GetRsaKey

Gets the asymmetric key.

Signature:
public RsaKey GetRsaKey()
Returns

A RsaKey containing the parameters for the crypto service provider.

Exceptions
Type Summary
CryptographyException

Thrown when the AsymmetricKeyFileName configuration option is not configured.

In this document