AsnReader.TryReadPrimitiveOctetString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試讀取下一個值做為具有所指定標籤的八位元字串,同時透過原始資料傳回內容做為 ReadOnlyMemory<T>。
public bool TryReadPrimitiveOctetString (out ReadOnlyMemory<byte> contents, System.Formats.Asn1.Asn1Tag? expectedTag = default);
member this.TryReadPrimitiveOctetString : ReadOnlyMemory * Nullable<System.Formats.Asn1.Asn1Tag> -> bool
Public Function TryReadPrimitiveOctetString (ByRef contents As ReadOnlyMemory(Of Byte), Optional expectedTag As Nullable(Of Asn1Tag) = Nothing) As Boolean
參數
- contents
- ReadOnlyMemory<Byte>
成功時,會透過原始資料收到對應於八位元字串值的 ReadOnlyMemory<T>。
傳回
如果八位元字串值具有基本編碼,則為 true
並推進讀取器;如果具有結構化編碼,則為 false
且不會推進讀取器。