Discuss this help topic in SecureBlackbox Forum

TElXMLKeyInfoGOST2001Data Constructor

TElXMLKeyInfoGOST2001Data     


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


Creates a new instance of TElXMLKeyInfoGOST2001Data class.

Declaration

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

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

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

[C++]
    not available

[PHP]
    not available

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

Parameters

  • AOwnResources (OwnResources) - 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.
  • OwnResources -

Description

    Use this method to create a new TElXMLKeyInfoGOST2001Data object.

Discuss this help topic in SecureBlackbox Forum