Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Evidence Constructor (array<EvidenceBase^>^, array<EvidenceBase^>^)

.NET Framework (current version)
 

Initializes a new instance of the Evidence class from multiple sets of host and assembly evidence.

Namespace:   System.Security.Policy
Assembly:  mscorlib (in mscorlib.dll)

public:
Evidence(
	array<EvidenceBase^>^ hostEvidence,
	array<EvidenceBase^>^ assemblyEvidence
)

Parameters

hostEvidence
Type: array<System.Security.Policy::EvidenceBase^>^

The host evidence from which to create the new instance.

assemblyEvidence
Type: array<System.Security.Policy::EvidenceBase^>^

The assembly evidence from which to create the new instance.

This constructor creates a new instance of the class by using evidence objects that inherit from the EvidenceBase class.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft