SecurityTokenService.Scope Property

Definition

Gets or sets the scope associated with the current instance.

public:
 property System::IdentityModel::Scope ^ Scope { System::IdentityModel::Scope ^ get(); void set(System::IdentityModel::Scope ^ value); };
public System.IdentityModel.Scope Scope { get; set; }
member this.Scope : System.IdentityModel.Scope with get, set
Public Property Scope As Scope

Property Value

A Scope that represents the configuration for the token issuance request.

Applies to