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

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

    Class CpX509SubjectKeyIdentifierExtension

    Inheritance
    object
    CpAsnEncodedData
    CpX509Extension
    CpX509SubjectKeyIdentifierExtension
    Inherited Members
    CpX509Extension.Critical
    CpAsnEncodedData.Oid
    CpAsnEncodedData.RawData
    CpAsnEncodedData.Format(bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: CryptoPro.Security.Cryptography.X509Certificates
    Assembly: CryptoPro.Security.Cryptography.dll
    Syntax
    public sealed class CpX509SubjectKeyIdentifierExtension : CpX509Extension

    Constructors

    CpX509SubjectKeyIdentifierExtension()

    Declaration
    public CpX509SubjectKeyIdentifierExtension()

    CpX509SubjectKeyIdentifierExtension(CpAsnEncodedData, bool)

    Declaration
    public CpX509SubjectKeyIdentifierExtension(CpAsnEncodedData encodedSubjectKeyIdentifier, bool critical)
    Parameters
    Type Name Description
    CpAsnEncodedData encodedSubjectKeyIdentifier
    bool critical

    CpX509SubjectKeyIdentifierExtension(CpPublicKey, bool)

    Declaration
    public CpX509SubjectKeyIdentifierExtension(CpPublicKey key, bool critical)
    Parameters
    Type Name Description
    CpPublicKey key
    bool critical

    CpX509SubjectKeyIdentifierExtension(CpPublicKey, X509SubjectKeyIdentifierHashAlgorithm, bool)

    Declaration
    public CpX509SubjectKeyIdentifierExtension(CpPublicKey key, X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical)
    Parameters
    Type Name Description
    CpPublicKey key
    X509SubjectKeyIdentifierHashAlgorithm algorithm
    bool critical

    CpX509SubjectKeyIdentifierExtension(byte[], bool)

    Declaration
    public CpX509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical)
    Parameters
    Type Name Description
    byte[] subjectKeyIdentifier
    bool critical

    CpX509SubjectKeyIdentifierExtension(ReadOnlySpan<byte>, bool)

    Declaration
    public CpX509SubjectKeyIdentifierExtension(ReadOnlySpan<byte> subjectKeyIdentifier, bool critical)
    Parameters
    Type Name Description
    ReadOnlySpan<byte> subjectKeyIdentifier
    bool critical

    CpX509SubjectKeyIdentifierExtension(string, bool)

    Declaration
    public CpX509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical)
    Parameters
    Type Name Description
    string subjectKeyIdentifier
    bool critical

    Properties

    SubjectKeyIdentifier

    Declaration
    public string? SubjectKeyIdentifier { get; }
    Property Value
    Type Description
    string

    SubjectKeyIdentifierBytes

    Gets a value whose contents represent the subject key identifier (SKI) for a certificate.

    Declaration
    public ReadOnlyMemory<byte> SubjectKeyIdentifierBytes { get; }
    Property Value
    Type Description
    ReadOnlyMemory<byte>

    The subject key identifier (SKI) for a certificate.

    Methods

    CopyFrom(CpAsnEncodedData)

    Copies information from an CpAsnEncodedData object.

    Declaration
    public override void CopyFrom(CpAsnEncodedData asnEncodedData)
    Parameters
    Type Name Description
    CpAsnEncodedData asnEncodedData

    The CpAsnEncodedData object to base the new object on.

    Overrides
    CpX509Extension.CopyFrom(CpAsnEncodedData)
    В этом разделе
    Наверх Generated by DocFX