Discuss this help topic in SecureBlackbox Forum
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
...
Discuss this help topic in SecureBlackbox Forum