Asn1Tag.AsPrimitive 方法
定义
生成一个具有相同的 TagClass 和 TagValue 值的标记,但其 IsConstructed 为 false。Produces 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
返回
一个具有相同的 TagClass 和 TagValue 值的标记,但其 IsConstructed 为 false。A tag with the same TagClass and TagValue values, but whose IsConstructed is false.