Saml2SecurityTokenHandler.CreateAuthenticationStatement Methode

Definition

Erstellt einen 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

Parameter

authenticationInformation
AuthenticationInformation

authenticationInformation-Objekt, das den Zustand enthält, der als Saml2AuthenticationStatement-Objekt umbrochen werden soll.

Gibt zurück

Einen Saml2AuthenticationStatement

Hinweise

wenn authenticationInformation null ist, wird NULL zurückgegeben.

Gilt für: