EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAlgorithmIdentifier.CreateFromTag

TElAlgorithmIdentifier     See also    


 

Creates a descendant of TElAlgorithmIdentifier, corresponding to certain algorithm.

 
 

Declaration

[C#]
    static TElAlgorithmIdentifier CreateFromTag(TElASN1ConstrainedTag Tag);

[VB.NET]
    Shared Function CreateFromTag(ByVal Tag As TElASN1ConstrainedTag) As TElAlgorithmIdentifier

[Pascal]
    class function CreateFromTag(Tag : TElASN1ConstrainedTag) : TElAlgorithmIdentifier;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Tag - ASN.1 tag containing algorithm OID
 
 

Return value

    Returns a reference to the newly created descendant of TElAlgorithmIdentifier.

 
 

Description

    Call this method to create an algorithm identifier container, which is necessary to store data for certain algorithm.

 
 

See also:     CreateFromBuffer     CreateByAlgorithm     CreateByAlgorithmOID     LoadFromTag    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation