X509AuthorityKeyIdentifierExtension.RawIssuer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從延伸模組取得欄位的 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
的值。