X509SubjectKeyIdentifierExtension.SubjectKeyIdentifierBytes Propiedad

Definición

Obtiene un valor cuyo contenido representa el identificador de clave del firmante (SKI) para un certificado.

public:
 property ReadOnlyMemory<System::Byte> SubjectKeyIdentifierBytes { ReadOnlyMemory<System::Byte> get(); };
public ReadOnlyMemory<byte> SubjectKeyIdentifierBytes { get; }
member this.SubjectKeyIdentifierBytes : ReadOnlyMemory<byte>
Public ReadOnly Property SubjectKeyIdentifierBytes As ReadOnlyMemory(Of Byte)

Valor de propiedad

Identificador de clave del firmante (SKI) de un certificado.

Se aplica a