다음을 통해 공유


SamlSecurityTokenHandler.SetDelegateFromAttribute 메서드

정의

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

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

매개 변수

attribute
SamlAttribute

사용할 SamlAttribute입니다.

subject
ClaimsIdentity

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

issuer
String

클레임의 발급자입니다.

예외

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

적용 대상