Discuss this help topic in SecureBlackbox Forum

TElPKCS11CryptoProviderOptions.UseForHashingOperations

TElPKCS11CryptoProviderOptions     See also     


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


Specifies if the crypto provider can be used for hashing operations.

Declaration

[C#]
    bool UseForHashingOperations;

[VB.NET]
    Property UseForHashingOperations As Boolean

[Pascal]
    property UseForHashingOperations : boolean;

[C++]
    bool get_UseForHashingOperations();
    void set_UseForHashingOperations(bool Value);

[PHP]
    bool get_UseForHashingOperations()
    void set_UseForHashingOperations(bool $Value)

[Java]
    boolean getUseForHashingOperations();
    void setUseForHashingOperations(boolean Value);

Description

    Use this property to specify if the corresponding cryptographic provider can be used for hashing operations. The default value is False.

Discuss this help topic in SecureBlackbox Forum