AsnWriter.PushSequence(Nullable<Asn1Tag>) 메서드

정의

지정된 태그가 있는 시퀀스를 쓰기 시작합니다.

public System.Formats.Asn1.AsnWriter.Scope PushSequence (System.Formats.Asn1.Asn1Tag? tag = default);
member this.PushSequence : Nullable<System.Formats.Asn1.Asn1Tag> -> System.Formats.Asn1.AsnWriter.Scope
Public Function PushSequence (Optional tag As Nullable(Of Asn1Tag) = Nothing) As AsnWriter.Scope

매개 변수

tag
Nullable<Asn1Tag>

쓸 태그이거나, 기본 태그(유니버설 16)인 경우 null입니다.

반환

PopSequence(Nullable<Asn1Tag>)를 자동으로 호출할 삭제 가능한 값입니다.

예외

tag.TagClassUniversal이지만 tagTagValue 가 메서드에 대해 올바르지 않습니다.

적용 대상