Asn1Tag.AsPrimitive 方法

定义

生成一个具有相同的 TagClassTagValue 值的标记,但其 IsConstructedfalseProduces a tag with the same TagClass and TagValue values, but whose IsConstructed is false.

public:
 System::Formats::Asn1::Asn1Tag AsPrimitive();
public System.Formats.Asn1.Asn1Tag AsPrimitive ();
member this.AsPrimitive : unit -> System.Formats.Asn1.Asn1Tag
Public Function AsPrimitive () As Asn1Tag

返回

Asn1Tag

一个具有相同的 TagClassTagValue 值的标记,但其 IsConstructedfalseA tag with the same TagClass and TagValue values, but whose IsConstructed is false.

适用于