X509SubjectKeyIdentifierExtension.SubjectKeyIdentifier Proprietà

Definizione

Ottiene una stringa che rappresenta l'identificatore SKI di un certificato.

public:
 property System::String ^ SubjectKeyIdentifier { System::String ^ get(); };
public string? SubjectKeyIdentifier { get; }
public string SubjectKeyIdentifier { get; }
member this.SubjectKeyIdentifier : string
Public ReadOnly Property SubjectKeyIdentifier As String

Valore della proprietà

Stringa, codificata in formato esadecimale, che rappresenta l'identificatore SKI.

Eccezioni

Non è possibile decodificare l'estensione.

Commenti

L'identificatore della chiave soggetto (SKI) può essere usato per identificare il certificato e viene spesso usato durante l'uso della firma digitale XML.

Si applica a