SslSecurityTokenParameters.CreateKeyIdentifierClause 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立權杖的金鑰識別碼子句。
protected public:
override System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ CreateKeyIdentifierClause(System::IdentityModel::Tokens::SecurityToken ^ token, System::ServiceModel::Security::Tokens::SecurityTokenReferenceStyle referenceStyle);
protected internal override System.IdentityModel.Tokens.SecurityKeyIdentifierClause CreateKeyIdentifierClause (System.IdentityModel.Tokens.SecurityToken token, System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle referenceStyle);
override this.CreateKeyIdentifierClause : System.IdentityModel.Tokens.SecurityToken * System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle -> System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Protected Friend Overrides Function CreateKeyIdentifierClause (token As SecurityToken, referenceStyle As SecurityTokenReferenceStyle) As SecurityKeyIdentifierClause
參數
- token
- SecurityToken
權杖。
- referenceStyle
- SecurityTokenReferenceStyle
安全性權杖的參考樣式。
傳回
權杖的金鑰識別碼子句。
例外狀況
token
為 null
。
referenceStyle
不是 External
或 Internal
。
備註
這個方法會使用 CreateKeyIdentifierClause 方法,並且將 referenceStyle
當做泛型參數,以建立金鑰識別碼子句。