Discuss this help topic in SecureBlackbox Forum

TElOfficeOpenXPSSignatureDefinition.SignerName

TElOfficeOpenXPSSignatureDefinition     See also     


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


Specifies signer name.

Declaration

[C#]
    string SignerName;

[VB.NET]
    Property SignerName As String

[Pascal]
    property SignerName : UnicodeString;

[C++]
    void get_SignerName(sb_u16string &OutResult);
    void get_SignerName(std::wstring &OutResult);
    void set_SignerName(const sb_u16string &Value);
    void set_SignerName(const std::wstring &Value);

[PHP]
    string get_SignerName()
    void set_SignerName(string $Value)

[Java]
    String getSignerName();
    void setSignerName(String Value);

Description

    Use this property to specify the name of the individual who is intended to sign or has signed the document.

See also:     Intent     SignBy     SigningLocation    

Discuss this help topic in SecureBlackbox Forum