Discuss this help topic in SecureBlackbox Forum

TElOfficeXMLSignatureInfoV1.DelegateSuggestedSigner

TElOfficeXMLSignatureInfoV1     See also     


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


Specifies the name of a person to whom the signature has been delegated.

Declaration

[C#]
    string DelegateSuggestedSigner;

[VB.NET]
    Property DelegateSuggestedSigner As String

[Pascal]
    property DelegateSuggestedSigner : WideString;

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

[PHP]
    string get_DelegateSuggestedSigner()
    void set_DelegateSuggestedSigner(string $Value)

[Java]
    String getDelegateSuggestedSigner();
    void setDelegateSuggestedSigner(String Value);

Description

    Use this property to specify the name of a person to whom the signature has been delegated.

See also:     DelegateSuggestedSigner2     DelegateSuggestedSignerEmail    

Discuss this help topic in SecureBlackbox Forum