Discuss this help topic in SecureBlackbox Forum

TElXMLAlgorithmParameters.GetCryptoProviderParameters

TElXMLAlgorithmParameters     See also     


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


Retrieves the parameters of the cryptographic provider.

Declaration

[C#]
    TElCPParameters GetCryptoProviderParameters();

[VB.NET]
    Function GetCryptoProviderParameters() As TElCPParameters

[Pascal]
    function GetCryptoProviderParameters : TElRelativeDistinguishedName; virtual; abstract;

[C++]
    TElRelativeDistinguishedNameHandle GetCryptoProviderParameters();

[PHP]
    TElRelativeDistinguishedName GetCryptoProviderParameters()

[Java]
    TElCPParameters getCryptoProviderParameters();

Return value

Returns the attributes of the cryptographic provider.

Description

Use this method to get the parameters of the cryptographic provider.

See also:     Clone    

Discuss this help topic in SecureBlackbox Forum