Discuss this help topic in SecureBlackbox Forum

TElRelativeDistinguishedName.SaveToTag

TElRelativeDistinguishedName     See also     


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


Saves the RDN to an ASN.1 tag.

Declaration

[C#]
    bool SaveToTag(TElASN1ConstrainedTag Tag);

[VB.NET]
    Function SaveToTag(ByVal Tag As TElASN1ConstrainedTag) As Boolean

[Pascal]
    function SaveToTag(Tag : TElASN1ConstrainedTag) : boolean;

[C++]
    bool SaveToTag(TElASN1ConstrainedTag &Tag);
    bool SaveToTag(TElASN1ConstrainedTag *Tag);

[PHP]
    bool SaveToTag(TElASN1ConstrainedTag $Tag)

[Java]
    boolean saveToTag(TElASN1ConstrainedTag Tag);

Parameters

  • Tag - the container for the tag.

Return value

Returns True if the operation was completed successfully, and False otherwise.

Description

Use this method to save the RDN to an ASN.1 tag.

See also:     LoadFromDNString     LoadFromTag     SaveToDNString    

Discuss this help topic in SecureBlackbox Forum