Method | Description | |
---|---|---|
CreateMD5 ( byte md5 ) : |
||
CreateMD5 ( byte md5 ) : System.Security.Policy.Hash | ||
CreateSHA1 ( byte sha1 ) : |
||
CreateSHA1 ( byte sha1 ) : System.Security.Policy.Hash | ||
GenerateHash ( |
||
GenerateHash ( System hashAlg ) : byte[] | ||
GetObjectData ( |
||
GetObjectData ( System info, System context ) : void | ||
Hash ( System assembly ) | ||
Hash ( System assembly ) : System.Security.Cryptography | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Hash ( |
public static CreateMD5 ( byte md5 ) : System.Security.Policy.Hash | ||
md5 | byte | |
return | System.Security.Policy.Hash |
public static CreateSHA1 ( byte sha1 ) : |
||
sha1 | byte | |
return |
public static CreateSHA1 ( byte sha1 ) : System.Security.Policy.Hash | ||
sha1 | byte | |
return | System.Security.Policy.Hash |
public GenerateHash ( |
||
hashAlg | ||
return | byte[] |
public GenerateHash ( System hashAlg ) : byte[] | ||
hashAlg | System | |
return | byte[] |
public GetObjectData ( |
||
info | ||
context | ||
return | void |
public GetObjectData ( System info, System context ) : void | ||
info | System | |
context | System | |
return | void |
public Hash ( System assembly ) : System.Security.Cryptography | ||
assembly | System | |
return | System.Security.Cryptography |