SamlSubject.SubjectConfirmationData Property

Definition

Gets or sets additional authentication information that can be used by authentication protocols.

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

Property Value

Additional authentication information that can be used by authentication protocols.

Remarks

The SubjectConfirmationData property refers to an extensible piece of data that can be customized for a specific authentication protocol.

The SubjectConfirmationData property corresponds to the <saml:SubjectConfirmationData> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to