Class CpCspKeyContainerInfo
Inheritance
CpCspKeyContainerInfo
Assembly: CryptoPro.Security.Cryptography.dll
Syntax
public sealed class CpCspKeyContainerInfo
Constructors
CpCspKeyContainerInfo(CpCspParameters)
Declaration
public CpCspKeyContainerInfo(CpCspParameters parameters)
Parameters
Properties
Accessible
Check the key is accessible
Declaration
public bool Accessible { get; }
Property Value
Exportable
Check the key is exportable
Declaration
public bool Exportable { get; }
Property Value
HardwareDevice
Check if device with key is HW device
Declaration
public bool HardwareDevice { get; }
Property Value
KeyContainerName
Declaration
public string KeyContainerName { get; }
Property Value
KeyNumber
Declaration
public KeyNumber KeyNumber { get; }
Property Value
MachineKeyStore
Check if machine key store is in flag or not
Declaration
public bool MachineKeyStore { get; }
Property Value
Protected
Check if key is protected
Declaration
public bool Protected { get; }
Property Value
ProviderName
Declaration
public string ProviderName { get; }
Property Value
ProviderType
Declaration
public int ProviderType { get; }
Property Value
RandomlyGenerated
Check if key container is randomly generated
Declaration
public bool RandomlyGenerated { get; }
Property Value
Removable
Check if container is removable
Declaration
public bool Removable { get; }
Property Value
UniqueKeyContainerName
Declaration
public string UniqueKeyContainerName { get; }
Property Value