Discuss this help topic in SecureBlackbox Forum

TElXAdESSigner.ProductionPlace

TElXAdESSigner     See also     


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


Identifies the place of the signatue production.

Declaration

[C#]
    TElXMLSignatureProductionPlace ProductionPlace;

[VB.NET]
    Property ProductionPlace As TElXMLSignatureProductionPlace

[Pascal]
    property ProductionPlace: TElXMLSignatureProductionPlace;

[C++]
    TElXMLSignatureProductionPlace* get_ProductionPlace();
    void set_ProductionPlace(TElXMLSignatureProductionPlace &Value);
    void set_ProductionPlace(TElXMLSignatureProductionPlace *Value);

[PHP]
    TElXMLSignatureProductionPlace get_ProductionPlace()
    void set_ProductionPlace(TElXMLSignatureProductionPlace $Value)

[Java]
    TElXMLSignatureProductionPlace getProductionPlace();
    void setProductionPlace(TElXMLSignatureProductionPlace Value);

Description

    This property contains description of the place where the signature was produced.

See also:     PolicyId     SignerRole    

Discuss this help topic in SecureBlackbox Forum