SamlAssertion.Issuer 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 name of the SAML authority that issued this SAML assertion.
public:
property System::String ^ Issuer { System::String ^ get(); void set(System::String ^ value); };
public string Issuer { get; set; }
member this.Issuer : string with get, set
Public Property Issuer As String
Property Value
The SAML authority that issued this SAML assertion.
Exceptions
The IsReadOnly property is true
and an attempt is made to set the Issuer property.
An attempt is made to set the Issuer property to null
or an empty string.
Remarks
The Issuer property corresponds to the Issuer
attribute of the <saml:Assertion>
element defined in the OASIS SAML 1.1 specification.