SamlSubject.SubjectConfirmationData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.