AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Creates or updates the settings data for a SAML endpoint in the backing store file. An error is thrown if the scheme for the endpoint is not https.

Namespace: Amazon.Util
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z

Syntax

C#
public String Persist(
         String settingsName,
         Uri endpoint,
         String authenticationType
)

Parameters

settingsName
Type: System.String

The name of the settings to create or update

endpoint
Type: System.Uri

The authentication endpoint

authenticationType
Type: System.String

Optional authentication type to use when performing calls against the endpoint

Return Value


Type: String
The unique id assigned to the profile

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5