Share via


X509AuthorityKeyIdentifierExtension.RawIssuer Proprietà

Definizione

Ottiene la rappresentazione codificata del authorityCertIssuer campo dall'estensione o null quando l'estensione non contiene un campo autorità di certificazione.

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

Valore della proprietà

Valore codificato authorityCertIssuer .

Si applica a