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!

Evidence Constructor (Evidence)

Initializes a new instance of the Evidence class from an existing one.

[Visual Basic]
Overloads Public Sub New( _
   ByVal evidence As Evidence _
)
[C#]
public Evidence(
   Evidence evidence
);
[C++]
public: Evidence(
   Evidence* evidence
);
[JScript]
public function Evidence(
   evidence : Evidence
);

Parameters

evidence
evidence to fill the new evidence set with

Exceptions

Exception Type Condition
ArgumentException if not of type Evidence.

Remarks

Creates a new instance with a copy of the evidence in an existing set.

See Also

Evidence Class | Evidence Members | System.Security.Policy Namespace | Evidence Constructor Overload List