WSFederationElement.Issuer Property

Definition

Gets or sets the issuer attribute.

public:
 property System::String ^ Issuer { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("issuer", IsRequired=true)]
public string Issuer { get; set; }
[<System.Configuration.ConfigurationProperty("issuer", IsRequired=true)>]
member this.Issuer : string with get, set
Public Property Issuer As String

Property Value

A string that contains the URI of the token issuer. The default is an empty string. Required.

Attributes

Applies to

See also