共用方式為


SamlSecurityTokenHandler.CreateSecurityTokenReference 方法

定義

建立權杖未附加至訊息時的安全性權杖參考。

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 的執行個體)。

例外狀況

tokennull

適用於