Discuss this help topic in SecureBlackbox Forum

TElSAMLIdentityProvider.SaveMetadata

TElSAMLIdentityProvider     See also     


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


Saves IdP configuration.

Declaration

[C#]
    void SaveMetadata(System.IO.Stream Strm);

[VB.NET]
    Sub SaveMetadata(ByVal Strm As System.IO.Stream)

[Pascal]
    procedure SaveMetadata(Strm : TElStream);

[C++]
    void SaveMetadata(TStream &Strm);
    void SaveMetadata(TStream *Strm);

[PHP]
    void SaveMetadata(TStream $Strm)

[Java]
    void saveMetadata(TElStream Strm);

Parameters

  • Strm - the stream where the metadata should be saved.

Description

Use this method to save the IdP configuration in the form of XML metadata. This file may be transferred to service providers to adjust their interaction processes.

Discuss this help topic in SecureBlackbox Forum