Discuss this help topic in SecureBlackbox Forum

TElPublicKeyMaterial.SignaturePIN

TElPublicKeyMaterial     See also     


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


Specifies signing key PIN.

Declaration

[C#]
    string SignaturePIN;

[VB.NET]
    Property SignaturePIN As String

[Pascal]
    property SignaturePIN : string;

[C++]
    void get_SignaturePIN(std::string &OutResult);
    void set_SignaturePIN(const std::string &Value);

[PHP]
    string get_SignaturePIN()
    void set_SignaturePIN(string $Value)

[Java]
    String getSignaturePIN();
    void setSignaturePIN(String Value);

Description

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

See also:     KeyExchangePIN    

Discuss this help topic in SecureBlackbox Forum