Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.SignatureAlgorithmIdentifier

TElX509Certificate     See also     


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


Returns signature algorithm identifier.

Declaration

[C#]
    TElAlgorithmIdentifier SignatureAlgorithmIdentifier;

[VB.NET]
    Property SignatureAlgorithmIdentifier As TElAlgorithmIdentifier

[Pascal]
    property SignatureAlgorithmIdentifier : TElAlgorithmIdentifier;

[C++]
    TElAlgorithmIdentifier* get_SignatureAlgorithmIdentifier();

[PHP]
    TElAlgorithmIdentifier get_SignatureAlgorithmIdentifier()

[Java]
    TElAlgorithmIdentifier getSignatureAlgorithmIdentifier();

Description

    Use this property to obtain full info about signature algorithm.

See also:     SignatureAlgorithm    

Discuss this help topic in SecureBlackbox Forum