Aracılığıyla paylaş


SamlSecurityTokenHandler.ProcessAuthenticationStatement Yöntem

Tanım

SAML 1.1 kimlik doğrulama deyiminden talepler oluşturur ve bunları belirtilen konuya ekler.

protected:
 virtual void ProcessAuthenticationStatement(System::IdentityModel::Tokens::SamlAuthenticationStatement ^ samlStatement, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void ProcessAuthenticationStatement (System.IdentityModel.Tokens.SamlAuthenticationStatement samlStatement, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member ProcessAuthenticationStatement : System.IdentityModel.Tokens.SamlAuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessAuthenticationStatement : System.IdentityModel.Tokens.SamlAuthenticationStatement * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessAuthenticationStatement (samlStatement As SamlAuthenticationStatement, subject As ClaimsIdentity, issuer As String)

Parametreler

samlStatement
SamlAuthenticationStatement

Taleplerin SamlAuthenticationStatement oluşturulduğu yer.

subject
ClaimsIdentity

Taleplerin eklendiği konu.

issuer
String

Veren.

Özel durumlar

samlStatement, null değeridir.

-veya-

subject, null değeridir.

Şunlara uygulanır