Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoECData Constructor

TElXMLKeyInfoECData     


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


Creates a new instance of TElXMLKeyInfoECData class.

Declaration

[C#]
    TElXMLKeyInfoECData(bool AOwnResources);
    TElXMLKeyInfoECData(bool AOwnResources, TElCustomCryptoProviderManager AManager, TElCustomCryptoProvider AProvider);

[VB.NET]
    Sub New(ByVal AOwnResources As Boolean)
    Sub New(ByVal AOwnResources As Boolean, ByVal AManager As TElCustomCryptoProviderManager, ByVal AProvider As TElCustomCryptoProvider)

[Pascal]
    constructor Create(AOwnResources : boolean);
    constructor Create(AOwnResources : boolean; AManager : TElCustomCryptoProviderManager; AProvider : TElCustomCryptoProvider);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElXMLKeyInfoECData();
    public TElXMLKeyInfoECData(boolean AOwnResources, TElCustomCryptoProviderManager AManager, TElCustomCryptoProvider AProvider);
    public TElXMLKeyInfoECData(boolean AOwnResources);

Parameters

  • AOwnResources - specifies whether the object should take care of freeing the resources that are not needed anymore.
  • AManager - the crypto provider manager used to control cryptographic operations.
  • AProvider - the crypto provider used to perform cryptographic operations.

Description

    Use this method to create a new TElXMLKeyInfoECData object.

Discuss this help topic in SecureBlackbox Forum