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)
59
int hresult =
StrongName
.ClrStrongName.StrongNameSignatureVerificationEx(svr.FullPath, fForceVerification: true, pfWasVerified: out wasVerified);
60
svr.IsStrongNameSigned = hresult ==
StrongName
.S_OK;
63
if (hresult !=
StrongName
.S_OK)
70
hresult =
StrongName
.GetStrongNameTokenFromAssembly(svr.FullPath, out publicToken);
71
if (hresult ==
StrongName
.S_OK)