Saml2SubjectConfirmationData.Address Property

Definition

Gets or sets the network address/location from which an attesting entity can present the assertion. [Saml2Core, 2.4.1.2]

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

Property Value

A string that contains the address.

Remarks

The Address attribute.

Applies to