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