Discuss this help topic in SecureBlackbox Forum

TElPKCS11CryptoProviderOptions.UseForSymmetricKeyOperations

TElPKCS11CryptoProviderOptions     See also     


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


Specifies if the crypto provider can be used for symmetric key operations.

Declaration

[C#]
    bool UseForSymmetricKeyOperations;

[VB.NET]
    Property UseForSymmetricKeyOperations As Boolean

[Pascal]
    property UseForSymmetricKeyOperations : boolean;

[C++]
    bool get_UseForSymmetricKeyOperations();
    void set_UseForSymmetricKeyOperations(bool Value);

[PHP]
    bool get_UseForSymmetricKeyOperations()
    void set_UseForSymmetricKeyOperations(bool $Value)

[Java]
    boolean getUseForSymmetricKeyOperations();
    void setUseForSymmetricKeyOperations(boolean Value);

Description

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

Discuss this help topic in SecureBlackbox Forum