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.
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
Available since 4.0
Show: