SecurityTokenResolver 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个实用工具类,该类可以在您具有密钥标识符或密钥标识符子句时检索安全令牌或密钥。
public ref class SecurityTokenResolver abstract
public ref class SecurityTokenResolver abstract : System::IdentityModel::Configuration::ICustomIdentityConfiguration
public abstract class SecurityTokenResolver
public abstract class SecurityTokenResolver : System.IdentityModel.Configuration.ICustomIdentityConfiguration
type SecurityTokenResolver = class
type SecurityTokenResolver = class
interface ICustomIdentityConfiguration
Public MustInherit Class SecurityTokenResolver
Public MustInherit Class SecurityTokenResolver
Implements ICustomIdentityConfiguration
- 继承
-
SecurityTokenResolver
- 派生
- 实现
注解
当您具有密钥标识符或密钥标识符子句时,使用 SecurityTokenResolver 类来检索密钥或安全令牌。 如果存在密钥标识符或密钥标识符子句,则 ResolveToken 和 TryResolveToken 方法将检索令牌。 如果存在密钥标识符子句,则 ResolveSecurityKey 和 TryResolveSecurityKey 将检索密钥。 当检索不成功时,带有 Try
前缀的方法将返回 false
,而不带有 Try
前缀的方法将引发异常。
构造函数
SecurityTokenResolver() |
初始化 SecurityTokenResolver 类的新实例。 |