6 references to StrongName
Microsoft.DotNet.SignCheckLibrary (6)
Interop\ICLRStrongName.cs (1)
11[ComConversionLoss, Guid(StrongName.IID_ICLRStrongName), InterfaceType(ComInterfaceType.InterfaceIsIUnknown), SecurityCritical]
Verification\PortableExecutableVerifier.cs (5)
59int hresult = StrongName.ClrStrongName.StrongNameSignatureVerificationEx(svr.FullPath, fForceVerification: true, pfWasVerified: out wasVerified); 60svr.IsStrongNameSigned = hresult == StrongName.S_OK; 63if (hresult != StrongName.S_OK) 70hresult = StrongName.GetStrongNameTokenFromAssembly(svr.FullPath, out publicToken); 71if (hresult == StrongName.S_OK)