Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.Issuer

TElSAMLServiceProvider     


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


Name identifier of the issuer of the SP's requests.

Declaration

[C#]
    string Issuer;

[VB.NET]
    Property Issuer As String

[Pascal]
    property Issuer : string;

[C++]
    void get_Issuer(std::string &OutResult);
    void set_Issuer(const std::string &Value);

[PHP]
    string get_Issuer()
    void set_Issuer(string $Value)

[Java]
    String getIssuer();
    void setIssuer(String Value);

Description

Use this property to set the name identifier of this SP to be used in its requests.

Discuss this help topic in SecureBlackbox Forum