Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.LoadMetadata

TElSAMLServiceProvider     See also     


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


Loads metadata of the identity provider.

Declaration

[C#]
    void LoadMetadata(string URI);

[VB.NET]
    Sub LoadMetadata(ByVal URI As String)

[Pascal]
    procedure LoadMetadata(const URI : string);

[C++]
    void LoadMetadata(const std::string &URI);

[PHP]
    void LoadMetadata(string $URI)

[Java]
    void loadMetadata(String URI);

Parameters

  • URI - the location from which the XML metadata file should be read.

Description

Use this method to parse and load the metadata file of an Identity Provider (IdP). Metadata files contain the information needed to exchange information between the SP and IdP.

See also:     TElSAMLIdentityProvider.SaveMetadata    

Discuss this help topic in SecureBlackbox Forum