Edit

Share via


Saml2SubjectConfirmation.Method Property

Definition

Gets or sets a URI reference that identifies a protocol or mechanism to be used to confirm the subject. [Saml2Core, 2.4.1.1]

public:
 property Uri ^ Method { Uri ^ get(); void set(Uri ^ value); };
public Uri Method { get; set; }
member this.Method : Uri with get, set
Public Property Method As Uri

Property Value

Uri

A Uri that represents the reference.

Exceptions

An attempt to set the property to null occurs.

An attempt to set a value that is not an absolute URI occurs.

Remarks

The contents of the required Method attribute.

Applies to