SamlSecurityTokenHandler.CreateSecurityTokenReference 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立權杖未附加至訊息時的安全性權杖參考。
public:
override System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ CreateSecurityTokenReference(System::IdentityModel::Tokens::SecurityToken ^ token, bool attached);
public override System.IdentityModel.Tokens.SecurityKeyIdentifierClause CreateSecurityTokenReference (System.IdentityModel.Tokens.SecurityToken token, bool attached);
override this.CreateSecurityTokenReference : System.IdentityModel.Tokens.SecurityToken * bool -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Public Overrides Function CreateSecurityTokenReference (token As SecurityToken, attached As Boolean) As SecurityKeyIdentifierClause
參數
- token
- SecurityToken
SAML 權杖。
- attached
- Boolean
表示應建立附加的還是未附加的參考的值。
傳回
表示權杖參考的 SecurityKeyIdentifierClause。 (實際上會傳回 SamlAssertionKeyIdentifierClause 的執行個體)。
例外狀況
token
為 null
。