SamlAssertion.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 SamlSecurityToken that is supplied by the SAML authority that can aide in the processing of the SAML assertion.
public:
property System::IdentityModel::Tokens::SamlAdvice ^ Advice { System::IdentityModel::Tokens::SamlAdvice ^ get(); void set(System::IdentityModel::Tokens::SamlAdvice ^ value); };
public System.IdentityModel.Tokens.SamlAdvice Advice { get; set; }
member this.Advice : System.IdentityModel.Tokens.SamlAdvice with get, set
Public Property Advice As SamlAdvice
Property Value
A SamlAdvice that specifies additional information that is supplied by the SAML authority that can aide in the processing of the SAML assertion.
Exceptions
The Advice property is set and the IsReadOnly property is true
.
Remarks
The Advice property corresponds to the <saml:Advice>
element defined in the Assertions and Protocol for the OASIS SAML specification.