Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.AuthSource

TElSAMLIdentityProvider     See also     


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


Contains user credentials.

Declaration

[C#]
    TElSAMLIDPCustomAuthSource AuthSource;

[VB.NET]
    Property AuthSource As TElSAMLIDPCustomAuthSource

[Pascal]
    property AuthSource : TElSAMLIDPCustomAuthSource;

[C++]
    TElSAMLIDPCustomAuthSource* get_AuthSource();
    void set_AuthSource(TElSAMLIDPCustomAuthSource &Value);
    void set_AuthSource(TElSAMLIDPCustomAuthSource *Value);

[PHP]
    TElSAMLIDPCustomAuthSource get_AuthSource()
    void set_AuthSource(TElSAMLIDPCustomAuthSource $Value)

[Java]
    TElSAMLIDPCustomAuthSource getAuthSource();
    void setAuthSource(TElSAMLIDPCustomAuthSource Value);

Description

    Use this property to access an object which is used to create, store, and verify user credentials. A single TElSAMLIDPCustomAuthSource object can be shared between different identity providers.

See also:     AuthFormTemplate    

Discuss this help topic in SecureBlackbox Forum