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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.