WSFederationElement::Issuer Property

.NET Framework (current version)
 

Gets or sets the issuer attribute.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("issuer", IsRequired = true)]
property String^ Issuer {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

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

.NET Framework
Available since 4.5
Return to top
Show: