2 references to ClrStrongName
Microsoft.DotNet.SignCheckLibrary (2)
Verification\PortableExecutableVerifier.cs (1)
59int hresult = StrongName.ClrStrongName.StrongNameSignatureVerificationEx(svr.FullPath, fForceVerification: true, pfWasVerified: out wasVerified);
Verification\StrongName.cs (1)
31int hresult = ClrStrongName.StrongNameTokenFromAssembly(path, out tokenPtr, out tokenSize);