Saml2SecurityTokenHandler.CreateAuthenticationStatement 메서드

정의

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

매개 변수

authenticationInformation
AuthenticationInformation

Saml2AuthenticationStatement 개체로 래핑할 상태를 포함하는 authenticationInformation 개체입니다.

반품

Saml2AuthenticationStatement

설명

null이면 authenticationInformation null이 반환됩니다.

적용 대상