AsnReader.ReadBitString(Int32, Nullable<Asn1Tag>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取下一個值做為具有所指定標籤的位元字串,同時傳回位元組陣列中的值。
public byte[] ReadBitString (out int unusedBitCount, System.Formats.Asn1.Asn1Tag? expectedTag = default);
member this.ReadBitString : int * Nullable<System.Formats.Asn1.Asn1Tag> -> byte[]
Public Function ReadBitString (ByRef unusedBitCount As Integer, Optional expectedTag As Nullable(Of Asn1Tag) = Nothing) As Byte()
參數
- unusedBitCount
- Int32
成功時,會收到最後一個位元組中被寫入器回報為「未使用」的位元數。
傳回
Byte[]
新配置、精確大小陣列中的值複本。