Discuss this help topic in SecureBlackbox Forum

TElPublicKeyMaterial.KeyExchangePIN

TElPublicKeyMaterial     See also     


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


Specifies key exchange PIN.

Declaration

[C#]
    string KeyExchangePIN;

[VB.NET]
    Property KeyExchangePIN As String

[Pascal]
    property KeyExchangePIN : string;

[C++]
    void get_KeyExchangePIN(std::string &OutResult);
    void set_KeyExchangePIN(const std::string &Value);

[PHP]
    string get_KeyExchangePIN()
    void set_KeyExchangePIN(string $Value)

[Java]
    String getKeyExchangePIN();
    void setKeyExchangePIN(String Value);

Description

    This property allows to set PIN code for the encryption key on a cryptographic token. Note, that not all tokens and drivers support PIN modification via cryptographic service providers (CSP).

See also:     SignaturePIN    

Discuss this help topic in SecureBlackbox Forum