Discuss this help topic in SecureBlackbox Forum

TElX509CertificateEx.SaveDefaultASN1Tags

TElX509CertificateEx     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


This property controls whether ASN.1 tags with default values are serialized down to the ASN.1 structures.

Declaration

[C#/Java]
    bool SaveDefaultASN1Tags;

[VB.NET]
    Property SaveDefaultASN1Tags As Boolean

[Pascal]
    property SaveDefaultASN1Tags : boolean;

[C++]
    bool get_SaveDefaultASN1Tags();
    void set_SaveDefaultASN1Tags(bool Value);

[PHP]
    bool get_SaveDefaultASN1Tags()
    void set_SaveDefaultASN1Tags(bool $Value)

Description

    ...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum