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

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

    Class CpCspParameters

    Inheritance
    object
    CpCspParameters
    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 CpCspParameters

    Constructors

    CpCspParameters()

    Declaration
    public CpCspParameters()

    CpCspParameters(int)

    Declaration
    public CpCspParameters(int dwTypeIn)
    Parameters
    Type Name Description
    int dwTypeIn

    CpCspParameters(int, string?)

    Declaration
    public CpCspParameters(int dwTypeIn, string? strProviderNameIn)
    Parameters
    Type Name Description
    int dwTypeIn
    string strProviderNameIn

    CpCspParameters(int, string, string)

    Declaration
    public CpCspParameters(int dwTypeIn, string strProviderNameIn, string strContainerNameIn)
    Parameters
    Type Name Description
    int dwTypeIn
    string strProviderNameIn
    string strContainerNameIn

    Fields

    DigestParamSet

    Declaration
    public string DigestParamSet
    Field Value
    Type Description
    string

    KeyContainerName

    Declaration
    public string KeyContainerName
    Field Value
    Type Description
    string

    KeyNumber

    Declaration
    public int KeyNumber
    Field Value
    Type Description
    int

    ProviderName

    Declaration
    public string ProviderName
    Field Value
    Type Description
    string

    ProviderType

    Declaration
    public int ProviderType
    Field Value
    Type Description
    int

    PublicKeyParamSet

    Declaration
    public string PublicKeyParamSet
    Field Value
    Type Description
    string

    Properties

    Calg

    Declaration
    public int Calg { get; set; }
    Property Value
    Type Description
    int

    Flags

    Flag property

    Declaration
    public CspProviderFlags Flags { get; set; }
    Property Value
    Type Description
    CspProviderFlags

    KeyPassword

    Declaration
    public SecureString? KeyPassword { get; set; }
    Property Value
    Type Description
    SecureString

    ParentWindowHandle

    Gets or sets the parent windows handle when showing UI dialogs.

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