Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 3.0
Class Library
SamlAssertion Class
 Advice Property

  Switch on low bandwidth view
This page is specific to
.NET Framework 3.0

Other versions are also available for the following:
SamlAssertion.Advice Property
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.

Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel (in system.identitymodel.dll)

Visual Basic (Declaration)
Public Property Advice As SamlAdvice
Visual Basic (Usage)
Dim instance As SamlAssertion
Dim value As SamlAdvice

value = instance.Advice

instance.Advice = value
C#
public SamlAdvice Advice { get; set; }
C++
public:
property SamlAdvice^ Advice {
    SamlAdvice^ get ();
    void set (SamlAdvice^ value);
}
J#
/** @property */
public SamlAdvice get_Advice ()

/** @property */
public void set_Advice (SamlAdvice value)
JScript
public function get Advice () : SamlAdvice

public function set Advice (value : SamlAdvice)
XAML
Not applicable.

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.
Exception typeCondition

InvalidOperationException

The Advice property is set and the IsReadOnly property is true.

The Advice property corresponds to the <saml:Advice> element defined in the Assertions and Protocol for the OASIS SAML specification.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker