共用方式為


X509AuthorityKeyIdentifierExtension.RawIssuer 屬性

定義

從延伸模組取得欄位的 authorityCertIssuer 編碼表示法,或 null 當延伸模組不包含授權單位證書頒發機構者欄位時。

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))

屬性值

編碼 authorityCertIssuer 的值。

適用於