Asn1Tag.IsConstructed 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出標記是代表結構化編碼 (true
) 或基本編碼 (false
)。
public:
property bool IsConstructed { bool get(); };
public bool IsConstructed { get; }
member this.IsConstructed : bool
Public ReadOnly Property IsConstructed As Boolean