4 references to S_OK
Microsoft.DotNet.SignCheckLibrary (4)
Verification\PortableExecutableVerifier.cs (3)
60
svr.IsStrongNameSigned = hresult == StrongName.
S_OK
;
63
if (hresult != StrongName.
S_OK
)
71
if (hresult == StrongName.
S_OK
)
Verification\StrongName.cs (1)
33
if (hresult ==
S_OK
)