Saml2Assertion.Advice 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 information related to the assertion that assists processing in certain situations but which may be ignored by applications that do not understand the advice or do not wish to make use of it. [Saml2Core, 2.3.3]
public:
property System::IdentityModel::Tokens::Saml2Advice ^ Advice { System::IdentityModel::Tokens::Saml2Advice ^ get(); void set(System::IdentityModel::Tokens::Saml2Advice ^ value); };
public System.IdentityModel.Tokens.Saml2Advice Advice { get; set; }
member this.Advice : System.IdentityModel.Tokens.Saml2Advice with get, set
Public Property Advice As Saml2Advice
Property Value
A Saml2Advice that contains additional information related to the assertion.
Remarks
The Advice element.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.