Discuss this help topic in SecureBlackbox Forum

TElPKCS11CryptoProviderOptions.IgnoreReportedSupportedAlgorithms

TElPKCS11CryptoProviderOptions     


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


Specifies whether to check the supported algorithms.

Declaration

[C#]
    bool IgnoreReportedSupportedAlgorithms;

[VB.NET]
    Property IgnoreReportedSupportedAlgorithms As Boolean

[Pascal]
    property IgnoreReportedSupportedAlgorithms : boolean;

[C++]
    bool get_IgnoreReportedSupportedAlgorithms();
    void set_IgnoreReportedSupportedAlgorithms(bool Value);

[PHP]
    bool get_IgnoreReportedSupportedAlgorithms()
    void set_IgnoreReportedSupportedAlgorithms(bool $Value)

[Java]
    boolean getIgnoreReportedSupportedAlgorithms();
    void setIgnoreReportedSupportedAlgorithms(boolean Value);

Description

    Set this property to True to always perform a check whether the desired algorithm (mechanism) is reported as supported by the token. The default value is False.

Discuss this help topic in SecureBlackbox Forum