Discuss this help topic in SecureBlackbox Forum

TElDomainKeysSigner.UserIdentity

TElDomainKeysSigner     


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


Specifies user identity.

Declaration

[C#]
    string UserIdentity;

[VB.NET]
    Property UserIdentity As String

[Pascal]
    property UserIdentity : string;

[C++]
    void get_UserIdentity(std::string &OutResult);

[PHP]
    string get_UserIdentity()

[Java]
    String getUserIdentity();

Description

    Use this read-only property to get the identity of the user.

Discuss this help topic in SecureBlackbox Forum