A set of assertions that the SAML authority relied on in making the decision. [Saml2Core, 2.7.4]
Namespace: Microsoft.IdentityModel.Tokens.Saml2
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As Saml2AuthorizationDecisionStatement
Dim value As Saml2Evidence

value = instance.Evidence

instance.Evidence = value

Syntax

Visual Basic
Public Property Evidence As Saml2Evidence
C#
public Saml2Evidence Evidence { get; set; }
C++
public:
property Saml2Evidence^ Evidence {
		Saml2Evidence^ get ();
		void set (Saml2Evidence^ value);
}
J#
/** @property */
public Saml2Evidence get_Evidence ()

/** @property */
public void set_Evidence (Saml2Evidence value)
JScript
public function get Evidence () : Saml2Evidence

public function set Evidence (value : Saml2Evidence)

Property Value

Returns a Saml2Evidence.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also