SamlAttribute.OriginalIssuer Property

Definition

Gets or sets the string that represents the OriginalIssuer of the SAML attribute.

public:
 property System::String ^ OriginalIssuer { System::String ^ get(); void set(System::String ^ value); };
public string OriginalIssuer { get; set; }
member this.OriginalIssuer : string with get, set
Public Property OriginalIssuer As String

Property Value

The original issuer of the SAML attribute.

Exceptions

An attempt to set a value that is an empty string occurs.

Applies to