FileSystemAsymmetricKeyStore

An IAsymmetricKeyStore that read the key from the file system.

Namespace:
Inetdev.Security.Cryptography
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No
Inherits from:
System.Object
Implements:
Inetdev.Security.Cryptography.IAsymmetricKeyStore

Constructors

FileSystemAsymmetricKeyStore

Default constructor

Signature:
public Void FileSystemAsymmetricKeyStore()

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