Discuss this help topic in SecureBlackbox Forum

TElXMLSignedSignatureProperties.SignerRole

TElXMLSignedSignatureProperties     See also     


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


Specifies the role of the signer.

Declaration

[C#]
    TElXMLSignerRole SignerRole;

[VB.NET]
    Property SignerRole As TElXMLSignerRole

[Pascal]
    property SignerRole: TElXMLSignerRole;

[C++]
    TElXMLSignerRole* get_SignerRole();
    void set_SignerRole(TElXMLSignerRole &Value);
    void set_SignerRole(TElXMLSignerRole *Value);

[PHP]
    TElXMLSignerRole get_SignerRole()
    void set_SignerRole(TElXMLSignerRole $Value)

[Java]
    TElXMLSignerRole getSignerRole();
    void setSignerRole(TElXMLSignerRole Value);

Description

    Use this property to get or set the role (i.e., position within a company or an organization) under which the signature was produced.

See also:     SignaturePolicyIdentifier     SignatureProductionPlace     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum