AWS SDK for .NET Documentation
SAMLMetadataDocument Property
AmazonAmazon.IdentityManagement.ModelCreateSAMLProviderRequestSAMLMetadataDocument Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property SAMLMetadataDocument.

An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.

For more information, see Creating Temporary Security Credentials for SAML Federation in the Using Temporary Security Credentials guide.

Declaration Syntax
C#
public string SAMLMetadataDocument { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)