SamlSecurityTokenHandler.GetEncryptingCredentials 方法

定义

获取标记的加密凭据。 重写此方法以更改标记的加密凭据。

protected:
 virtual System::IdentityModel::Tokens::EncryptingCredentials ^ GetEncryptingCredentials(System::IdentityModel::Tokens::SecurityTokenDescriptor ^ tokenDescriptor);
protected virtual System.IdentityModel.Tokens.EncryptingCredentials GetEncryptingCredentials (System.IdentityModel.Tokens.SecurityTokenDescriptor tokenDescriptor);
abstract member GetEncryptingCredentials : System.IdentityModel.Tokens.SecurityTokenDescriptor -> System.IdentityModel.Tokens.EncryptingCredentials
override this.GetEncryptingCredentials : System.IdentityModel.Tokens.SecurityTokenDescriptor -> System.IdentityModel.Tokens.EncryptingCredentials
Protected Overridable Function GetEncryptingCredentials (tokenDescriptor As SecurityTokenDescriptor) As EncryptingCredentials

参数

tokenDescriptor
SecurityTokenDescriptor

从 Scope 对象中检索某个范围加密凭据。

返回

表示标志加密凭据的 EncryptingCredentials

例外

tokenDescriptornull

从标记描述符检索的加密凭据是不对称的。

注解

默认实现从 EncryptingCredentialstokenDescriptor属性检索加密凭据。

适用于