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