共用方式為


AsnReader.ReadOctetString(Nullable<Asn1Tag>) 方法

定義

讀取下一個值做為具有標籤 UNIVERSAL 4 的八位元字串,同時傳回位元組陣列中的值。

public byte[] ReadOctetString (System.Formats.Asn1.Asn1Tag? expectedTag = default);
member this.ReadOctetString : Nullable<System.Formats.Asn1.Asn1Tag> -> byte[]
Public Function ReadOctetString (Optional expectedTag As Nullable(Of Asn1Tag) = Nothing) As Byte()

參數

expectedTag
Nullable<Asn1Tag>

要在讀取之前檢查的標籤,或預設標籤的 null (Universal 4)。

傳回

Byte[]

新配置、精確大小陣列中的值複本。

例外狀況

下一個值沒有正確的標記。

-或-

目前編碼規則下的長度編碼無效。

-或-

內容在目前的編碼規則下無效。

expectedTagTagClassUniversal,但 expectedTagTagValue 對方法而言不正確。

適用於