Discuss this help topic in SecureBlackbox Forum

TElLDAPPartialAttribute.Save

TElLDAPPartialAttribute     See also     


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


Saves the attribute to an ASN.1 tag.

Declaration

[C#]
    void Save(ref TElASN1ConstrainedTag Tag);

[VB.NET]
    Sub Save(ByRef Tag As TElASN1ConstrainedTag)

[Pascal]
    procedure Save(var Tag : TElASN1ConstrainedTag);

[C++]
    void Save(TElASN1ConstrainedTag &Tag);

[PHP]
    void Save(TElASN1ConstrainedTag &$Tag)

[Java]
    void save(TElASN1ConstrainedTag[] Tag);

Parameters

  • Tag - tag where the attribute should be saved.

Description

    Call this method to save the attribute to an ASN.1 tag.

See also:     Binary    

Discuss this help topic in SecureBlackbox Forum