다음을 통해 공유


Saml2SecurityTokenHandler.SetDelegateFromAttribute 메서드

정의

이 메서드는 Saml2Attribute의 특수한 형식이 발견될 때 호출됩니다. 전달된 Saml2Attribute가 각각 클레임으로 매핑될 특성 값(Saml2Attribute 속성에서)의 컬렉션을 포함하는 Values를 래핑합니다. 지정된 발급자를 사용하여 ClaimsIdentity에서 모든 클레임이 반환됩니다.

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

매개 변수

attribute
Saml2Attribute

사용할 Saml2Attribute입니다.

subject
ClaimsIdentity

이 토큰의 주체인 ClaimsIdentity입니다.

issuer
String

클레임의 발급자입니다.

예외

Saml2Attribute에 유효한 특성 값이 들어 있지 않은 경우

적용 대상