共用方式為


SecurityTokenParameters.CreateKeyIdentifierClause 方法

定義

建立權杖的金鑰識別碼子句。

protected public:
 abstract System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ CreateKeyIdentifierClause(System::IdentityModel::Tokens::SecurityToken ^ token, System::ServiceModel::Security::Tokens::SecurityTokenReferenceStyle referenceStyle);
protected internal abstract System.IdentityModel.Tokens.SecurityKeyIdentifierClause CreateKeyIdentifierClause (System.IdentityModel.Tokens.SecurityToken token, System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle referenceStyle);
abstract member CreateKeyIdentifierClause : System.IdentityModel.Tokens.SecurityToken * System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Protected Friend MustOverride Function CreateKeyIdentifierClause (token As SecurityToken, referenceStyle As SecurityTokenReferenceStyle) As SecurityKeyIdentifierClause

參數

token
SecurityToken

權杖。

referenceStyle
SecurityTokenReferenceStyle

安全性權杖的參考樣式。

傳回

SecurityKeyIdentifierClause

權杖的金鑰識別碼子句。

備註

您必須在衍生類別中實作這個方法。

適用於