IKeyStorageInfo Interface
            Represents abstractions of asymmetric key pair container.
            
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public interface IKeyStorageInfo
Public Interface IKeyStorageInfo
public interface class IKeyStorageInfo
type IKeyStorageInfo = interface end
 | 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. |