Method | Description | |
---|---|---|
GetBytes ( ) : byte[] | ||
Hash ( string fileName ) : byte[] | ||
IsAssemblyStrongnamed ( string assemblyName ) : bool | ||
Sign ( string fileName ) : bool | ||
StrongName ( ) : System | ||
StrongName ( RSA rsa ) : System | ||
StrongName ( byte data ) : System | ||
StrongName ( int keySize ) : System | ||
Verify ( Stream stream ) : bool | ||
Verify ( string fileName ) : bool | ||
VerifySignature ( byte publicKey, int algorithm, byte hash, byte signature ) : bool |
Method | Description | |
---|---|---|
InvalidateCache ( ) : void | ||
RVAtoPosition ( UInt32 r, int sections, byte headers ) : UInt32 | ||
StrongHash ( Stream stream, StrongNameOptions options ) : StrongNameSignature | ||
Verify ( RSA rsa, AssemblyHashAlgorithm algorithm, byte hash, byte signature ) : bool |
static public IsAssemblyStrongnamed ( string assemblyName ) : bool | ||
assemblyName | string | |
return | bool |
static public VerifySignature ( byte publicKey, int algorithm, byte hash, byte signature ) : bool | ||
publicKey | byte | |
algorithm | int | |
hash | byte | |
signature | byte | |
return | bool |