Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.LoadMetadata

TElSAMLServiceProviderInfo     See also     


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


Loads the metadata needed for information exchange with 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 XML metadata file from which metadata should be read.

Description

The Service provider (SP) may have a lot of different options and requirements for interactions with the Identity provider (IdP). Usually all these options together with X.509 certificates needed for data exchange are stored in XML metadata files. Use this method to load metadata from such file generated by the service provider.

See also:     TElSAMLServiceProvider.SaveMetadata    

Discuss this help topic in SecureBlackbox Forum