Aracılığıyla paylaş


Saml2SecurityTokenHandler.CreateAuthenticationStatement Method

Definition

Creates a Saml2AuthenticationStatement

protected virtual Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement CreateAuthenticationStatement (Microsoft.IdentityModel.Tokens.Saml2.AuthenticationInformation authenticationInformation);
abstract member CreateAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.AuthenticationInformation -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement
override this.CreateAuthenticationStatement : Microsoft.IdentityModel.Tokens.Saml2.AuthenticationInformation -> Microsoft.IdentityModel.Tokens.Saml2.Saml2AuthenticationStatement
Protected Overridable Function CreateAuthenticationStatement (authenticationInformation As AuthenticationInformation) As Saml2AuthenticationStatement

Parameters

authenticationInformation
AuthenticationInformation

authenticationInformation object containing the state to be wrapped as a Saml2AuthenticationStatement object.

Returns

A Saml2AuthenticationStatement

Remarks

if authenticationInformation is null, then null is returned.

Applies to