Click or drag to resize

IKeyStorageInfo Interface

Represents abstractions of asymmetric key pair container.

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public interface IKeyStorageInfo

The IKeyStorageInfo type exposes the following members.

Properties
  NameDescription
Public propertyKeyContainerName
Gets key container name within CSP or KSP.
Public propertyKeySpec
Gets a value that identifies whether a private key can be used for signing, or encryption, or both.
Public propertyMachineContext
Gets value that indicates whether the key is stored in local machine or current user context.
Public propertyProviderName
Gets cryptographic service provider (CSP or KSP, key storage provider) that holds the key pair.
Public propertyProviderType
Gets Microsoft-specific provider type.
Public propertyPublicKeyAlgorithm
Gets key pair's asymmetric algorithm.
Top
See Also