AuthenticationSchemeOptions.ClaimsIssuer 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 issuer that should be used for any claims that are created
public:
property System::String ^ ClaimsIssuer { System::String ^ get(); void set(System::String ^ value); };
public string ClaimsIssuer { get; set; }
public string? ClaimsIssuer { get; set; }
member this.ClaimsIssuer : string with get, set
Public Property ClaimsIssuer As String