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

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

    Class CpKeyInfoX509Data

    Inheritance
    object
    CpKeyInfoClause
    CpKeyInfoX509Data
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography.Xml
    Assembly: CryptoPro.Security.Cryptography.Xml.dll
    Syntax
    public class CpKeyInfoX509Data : CpKeyInfoClause

    Constructors

    CpKeyInfoX509Data()

    Declaration
    public CpKeyInfoX509Data()

    CpKeyInfoX509Data(CpX509Certificate)

    Declaration
    public CpKeyInfoX509Data(CpX509Certificate cert)
    Parameters
    Type Name Description
    CpX509Certificate cert

    CpKeyInfoX509Data(CpX509Certificate, X509IncludeOption)

    Declaration
    public CpKeyInfoX509Data(CpX509Certificate cert, X509IncludeOption includeOption)
    Parameters
    Type Name Description
    CpX509Certificate cert
    X509IncludeOption includeOption

    CpKeyInfoX509Data(byte[])

    Declaration
    public CpKeyInfoX509Data(byte[] rgbCert)
    Parameters
    Type Name Description
    byte[] rgbCert

    Properties

    CRL

    Declaration
    public byte[]? CRL { get; set; }
    Property Value
    Type Description
    byte[]

    Certificates

    Declaration
    public ArrayList? Certificates { get; }
    Property Value
    Type Description
    ArrayList

    IssuerSerials

    Declaration
    public ArrayList? IssuerSerials { get; }
    Property Value
    Type Description
    ArrayList

    SubjectKeyIds

    Declaration
    public ArrayList? SubjectKeyIds { get; }
    Property Value
    Type Description
    ArrayList

    SubjectNames

    Declaration
    public ArrayList? SubjectNames { get; }
    Property Value
    Type Description
    ArrayList

    Methods

    AddCertificate(CpX509Certificate)

    Declaration
    public void AddCertificate(CpX509Certificate certificate)
    Parameters
    Type Name Description
    CpX509Certificate certificate

    AddIssuerSerial(string, string)

    Declaration
    public void AddIssuerSerial(string issuerName, string serialNumber)
    Parameters
    Type Name Description
    string issuerName
    string serialNumber

    AddSubjectKeyId(byte[])

    Declaration
    public void AddSubjectKeyId(byte[] subjectKeyId)
    Parameters
    Type Name Description
    byte[] subjectKeyId

    AddSubjectKeyId(string)

    Declaration
    public void AddSubjectKeyId(string subjectKeyId)
    Parameters
    Type Name Description
    string subjectKeyId

    AddSubjectName(string)

    Declaration
    public void AddSubjectName(string subjectName)
    Parameters
    Type Name Description
    string subjectName

    GetXml()

    Declaration
    public override XmlElement GetXml()
    Returns
    Type Description
    XmlElement
    Overrides
    CpKeyInfoClause.GetXml()

    LoadXml(XmlElement)

    Declaration
    public override void LoadXml(XmlElement element)
    Parameters
    Type Name Description
    XmlElement element
    Overrides
    CpKeyInfoClause.LoadXml(XmlElement)
    В этом разделе
    Наверх Generated by DocFX