AsnWriter.PushSetOf(Nullable<Asn1Tag>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開始寫入具有所指定標籤的 Set-Of。
public System.Formats.Asn1.AsnWriter.Scope PushSetOf (System.Formats.Asn1.Asn1Tag? tag = default);
member this.PushSetOf : Nullable<System.Formats.Asn1.Asn1Tag> -> System.Formats.Asn1.AsnWriter.Scope
Public Function PushSetOf (Optional tag As Nullable(Of Asn1Tag) = Nothing) As AsnWriter.Scope
參數
傳回
將自動呼叫 PopSetOf(Nullable<Asn1Tag>) 的可處置值。
例外狀況
備註
在 CER 和 DER 模式中,寫入器會在標籤關閉時排序 Set-Of 專案。