SecurityTokenServiceConfiguration.SecurityTokenService 属性

定义

获取或设置安全标记服务 (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参数的构造函数。

适用于

另请参阅