SamlSecurityTokenHandler.ProcessStatement 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 SAML 1.1 陳述式的集合建立宣告,並將這些宣告新增至指定的主體。
protected:
virtual void ProcessStatement(System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlStatement ^> ^ statements, System::Security::Claims::ClaimsIdentity ^ subject, System::String ^ issuer);
protected virtual void ProcessStatement (System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> statements, System.Security.Claims.ClaimsIdentity subject, string issuer);
abstract member ProcessStatement : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> * System.Security.Claims.ClaimsIdentity * string -> unit
override this.ProcessStatement : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> * System.Security.Claims.ClaimsIdentity * string -> unit
Protected Overridable Sub ProcessStatement (statements As IList(Of SamlStatement), subject As ClaimsIdentity, issuer As String)
參數
- statements
- IList<SamlStatement>
會從其中建立宣告的 SAML 陳述式。
- subject
- ClaimsIdentity
要加入宣告的主旨。
- issuer
- String
簽發者。
例外狀況
statements
為 null
。