NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AppDomain.Evidence

Read-only. Gets the Evidence associated with this application domain that is used as input to security policy.

[Visual Basic]
Overridable Public ReadOnly Property Evidence As Evidence
[C#]
public Evidence Evidence {virtual get;}
[C++]
public: __property virtual Evidence* get_Evidence();
[JScript]
public function get Evidence() : Evidence;

Property Value

Gets the Evidence associated with this application domain that is used as input to security policy.

See Also

AppDomain Class | AppDomain Members | System Namespace