Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoData Constructor

TElXMLKeyInfoData     


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


Creates a new instance of TElXMLKeyInfoData class.

Declaration

[C#]
    TElXMLKeyInfoData(bool AOwnResources);
    TElXMLKeyInfoData(bool AOwnResources, TElCustomCryptoProviderManager Manager, TElCustomCryptoProvider Prov);

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

[Pascal]
    constructor Create(AOwnResources : boolean);
    constructor Create(AOwnResources : boolean; Manager : TElCustomCryptoProviderManager; Prov : TElCustomCryptoProvider);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElXMLKeyInfoData(boolean AOwnResources);
    public TElXMLKeyInfoData(boolean AOwnResources, TElCustomCryptoProviderManager Manager, TElCustomCryptoProvider Prov);
    public TElXMLKeyInfoData();

Parameters

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

Description

    Use this method to create a new TElXMLKeyInfoData object.

Discuss this help topic in SecureBlackbox Forum