共用方式為


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 不包含任何有效的屬性值。

適用於