Saml2SubjectConfirmation.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 confirmation information to be used by a specific confirmation method. [Saml2Core, 2.4.1.1]
public:
property System::IdentityModel::Tokens::Saml2SubjectConfirmationData ^ SubjectConfirmationData { System::IdentityModel::Tokens::Saml2SubjectConfirmationData ^ get(); void set(System::IdentityModel::Tokens::Saml2SubjectConfirmationData ^ value); };
public System.IdentityModel.Tokens.Saml2SubjectConfirmationData SubjectConfirmationData { get; set; }
member this.SubjectConfirmationData : System.IdentityModel.Tokens.Saml2SubjectConfirmationData with get, set
Public Property SubjectConfirmationData As Saml2SubjectConfirmationData
Property Value
A Saml2SubjectConfirmationData that contains information to be used with the confirmation method.
Remarks
The contents of the optional SubjectConfirmationData element.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.