SecurityTokenService.Scope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.