Aracılığıyla paylaş


Saml2SecurityTokenHandler.ProcessAuthenticationStatement Yöntem

Tanım

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

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

Parametreler

statement
Saml2AuthenticationStatement

Taleplerin Saml2AuthenticationStatement oluşturulduğu yer.

subject
ClaimsIdentity

Taleplerin eklendiği konu.

issuer
String

Veren.

Özel durumlar

statement, null değeridir.

-veya-

subject, null değeridir.

Şunlara uygulanır