X509SubjectKeyIdentifierExtension.SubjectKeyIdentifier Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.