Discuss this help topic in SecureBlackbox Forum

TElPKCS11CryptoProviderOptions.ForceUseForIndirectHashingOperations

TElPKCS11CryptoProviderOptions     


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


Specifies whether the token or the cryptographic provider computes the hash.

Declaration

[C#]
    bool ForceUseForIndirectHashingOperations;

[VB.NET]
    Property ForceUseForIndirectHashingOperations As Boolean

[Pascal]
    property ForceUseForIndirectHashingOperations : boolean;

[C++]
    bool get_ForceUseForIndirectHashingOperations();
    void set_ForceUseForIndirectHashingOperations(bool Value);

[PHP]
    bool get_ForceUseForIndirectHashingOperations()
    void set_ForceUseForIndirectHashingOperations(bool $Value)

[Java]
    boolean getForceUseForIndirectHashingOperations();
    void setForceUseForIndirectHashingOperations(boolean Value);

Description

    When this property is set to True, the provider always makes a preference to the 'hash-specific' mechanism, if it is supported by the token.
    When UseForIndirectHashingOperations is False, the provider tries to use the general mechanism, if it is supported by the token.
    The default value is False.

Discuss this help topic in SecureBlackbox Forum