共用方式為


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

適用於