КриптоПро .NET
Search Results for

    Показать/Скрыть содержание

    Class CpCspKeyContainerInfo

    Inheritance
    object
    CpCspKeyContainerInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography
    Assembly: CryptoPro.Security.Cryptography.dll
    Syntax
    public sealed class CpCspKeyContainerInfo

    Constructors

    CpCspKeyContainerInfo(CpCspParameters)

    Declaration
    public CpCspKeyContainerInfo(CpCspParameters parameters)
    Parameters
    Type Name Description
    CpCspParameters parameters

    Properties

    Accessible

    Check the key is accessible

    Declaration
    public bool Accessible { get; }
    Property Value
    Type Description
    bool

    Exportable

    Check the key is exportable

    Declaration
    public bool Exportable { get; }
    Property Value
    Type Description
    bool

    HardwareDevice

    Check if device with key is HW device

    Declaration
    public bool HardwareDevice { get; }
    Property Value
    Type Description
    bool

    KeyContainerName

    Get Key container Name

    Declaration
    public string KeyContainerName { get; }
    Property Value
    Type Description
    string

    KeyNumber

    Get the key number

    Declaration
    public KeyNumber KeyNumber { get; }
    Property Value
    Type Description
    KeyNumber

    MachineKeyStore

    Check if machine key store is in flag or not

    Declaration
    public bool MachineKeyStore { get; }
    Property Value
    Type Description
    bool

    Protected

    Check if key is protected

    Declaration
    public bool Protected { get; }
    Property Value
    Type Description
    bool

    ProviderName

    Gets the provider name

    Declaration
    public string ProviderName { get; }
    Property Value
    Type Description
    string

    ProviderType

    Gets the provider type

    Declaration
    public int ProviderType { get; }
    Property Value
    Type Description
    int

    RandomlyGenerated

    Check if key container is randomly generated

    Declaration
    public bool RandomlyGenerated { get; }
    Property Value
    Type Description
    bool

    Removable

    Check if container is removable

    Declaration
    public bool Removable { get; }
    Property Value
    Type Description
    bool

    UniqueKeyContainerName

    Get the container name

    Declaration
    public string UniqueKeyContainerName { get; }
    Property Value
    Type Description
    string
    В этом разделе
    Наверх Generated by DocFX