Saml2Attribute.OriginalIssuer Property

Definition

Gets or sets the string that represents the OriginalIssuer of this 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

A string that contains the original issuer of the attribute.

Exceptions

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

Applies to