SecurityTokenServiceConfiguration.SecurityTokenService Property

Definition

Gets or sets the Type of the security token service (STS).

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

Property Value

The type of the security token service. The type must derive from the SecurityTokenService class.

Exceptions

The specified value is not assignable as SecurityTokenService.

The specified value is null.

Remarks

The class specified in the SecurityTokenService property must implement a constructor that takes a parameter of type SecurityTokenServiceConfiguration.

Applies to

See also