共用方式為


SamlAuthorizationDecisionStatement.Evidence 屬性

定義

取得或設定 SAML 授權單位呈現授權決策時所仰賴的辨識項。

public:
 property System::IdentityModel::Tokens::SamlEvidence ^ Evidence { System::IdentityModel::Tokens::SamlEvidence ^ get(); void set(System::IdentityModel::Tokens::SamlEvidence ^ value); };
public System.IdentityModel.Tokens.SamlEvidence Evidence { get; set; }
member this.Evidence : System.IdentityModel.Tokens.SamlEvidence with get, set
Public Property Evidence As SamlEvidence

屬性值

SamlEvidence,其中包含 SAML 授權單位呈現授權決策時所仰賴的 SAML 判斷提示集合。

備註

AccessDecision 屬性會對應到已在 Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) 規格中定義之 <Evidence> 項目。

適用於

另請參閱