SaveMetadataToStream Method
Saves the IdP configuration to a metadata file.
Syntax
ANSI (Cross Platform) int SaveMetadataToStream(SecureBlackboxStream* sStream); Unicode (Windows) INT SaveMetadataToStream(SecureBlackboxStream* sStream);
#define MID_SAMLIDPSERVER_SAVEMETADATATOSTREAM 12 SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SAMLIdPServer_Do(void *lpObj, int methid, int cparam, void *param[], int cbparam[], int64 *lpllVal);
Remarks
Use this method to save the Identity Provider (IdP) configuration in the form of XML metadata into the Stream. This metadata may be transferred to service providers (SP) to adjust their interaction processes.
Error Handling (C++)
This method returns a result code; 0 indicates success, while a non-zero error code indicates that this method encountered an error during its execution. If an error occurs, the GetLastError() method can be called to retrieve the associated error message. (Note: This method's result code can also be obtained by calling the GetLastErrorCode() method after it returns.)