3 references to UnwrapEvidence
mscorlib (3)
system\security\policy\evidence.cs (3)
1141
return
UnwrapEvidence
(GetAssemblyEvidence(typeof(T))) as T;
1175
return
UnwrapEvidence
(GetHostEvidence(typeof(T))) as T;
1184
return
UnwrapEvidence
(GetHostEvidence(typeof(T), false)) as T;