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]

C#
public Uri Method { get; set; }

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

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1