Saml2SecurityTokenHandler.CreateAuthenticationStatement Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.