StrongName::CreateIdentityPermission Method (Evidence^)
.NET Framework (current version)
Creates a StrongNameIdentityPermission that corresponds to the current StrongName.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- evidence
-
Type:
System.Security.Policy::Evidence^
The Evidence from which to construct the StrongNameIdentityPermission.
Return Value
Type: System.Security::IPermission^A StrongNameIdentityPermission for the specified StrongName.
The identity permission for a strong name can be used to determine whether calling code is in a particular strong named code assembly.
.NET Framework
Available since 1.1
Available since 1.1
Show: