SecurityTokenServiceConfiguration.SecurityTokenService 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置安全标记服务 (STS) 的 Type。
public:
property Type ^ SecurityTokenService { Type ^ get(); void set(Type ^ value); };
public Type SecurityTokenService { get; set; }
member this.SecurityTokenService : Type with get, set
Public Property SecurityTokenService As Type
属性值
安全令牌服务的类型。 此类型必须派生自SecurityTokenService 类。
例外
所指定的值不能赋值为 SecurityTokenService。
指定的值为 null
。
注解
属性中指定的 SecurityTokenService 类必须实现采用 类型 SecurityTokenServiceConfiguration参数的构造函数。