IKeyStorageInfo Interface

Represents abstractions of asymmetric key pair container.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public interface IKeyStorageInfo

Properties

KeyContainerName Gets key container name within CSP or KSP.
KeySpec Gets a value that identifies whether a private key can be used for signing, or encryption, or both.
MachineContext Gets value that indicates whether the key is stored in local machine or current user context.
ProviderName Gets cryptographic service provider (CSP or KSP, key storage provider) that holds the key pair.
ProviderType Gets Microsoft-specific provider type.
PublicKeyAlgorithm Gets key pair's asymmetric algorithm.

See Also