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
。