Метод | Описание | |
---|---|---|
CreateHMACMD5 ( byte key, int hashSize ) : |
||
CreateHMACMD5 ( byte key ) : System.Security.Cryptography.HMACMD5 | ||
CreateHMACMD5 ( byte key ) : global::SshNet.Security.Cryptography.HMACMD5 | ||
CreateHMACMD5 ( byte key, int hashSize ) : global::SshNet.Security.Cryptography.HMACMD5 | ||
CreateHMACRIPEMD160 ( byte key ) : System.Security.Cryptography.HMACRIPEMD160 | ||
CreateHMACRIPEMD160 ( byte key ) : global::SshNet.Security.Cryptography.HMACRIPEMD160 | ||
CreateHMACSHA1 ( byte key, int hashSize ) : |
||
CreateHMACSHA1 ( byte key ) : System.Security.Cryptography.HMACSHA1 | ||
CreateHMACSHA1 ( byte key ) : global::SshNet.Security.Cryptography.HMACSHA1 | ||
CreateHMACSHA1 ( byte key, int hashSize ) : global::SshNet.Security.Cryptography.HMACSHA1 | ||
CreateHMACSHA256 ( byte key, int hashSize ) : |
||
CreateHMACSHA256 ( byte key ) : System.Security.Cryptography.HMACSHA256 | ||
CreateHMACSHA256 ( byte key ) : global::SshNet.Security.Cryptography.HMACSHA256 | ||
CreateHMACSHA256 ( byte key, int hashSize ) : global::SshNet.Security.Cryptography.HMACSHA256 | ||
CreateHMACSHA384 ( byte key, int hashSize ) : |
||
CreateHMACSHA384 ( byte key ) : System.Security.Cryptography.HMACSHA384 | ||
CreateHMACSHA384 ( byte key ) : global::SshNet.Security.Cryptography.HMACSHA384 | ||
CreateHMACSHA384 ( byte key, int hashSize ) : global::SshNet.Security.Cryptography.HMACSHA384 | ||
CreateHMACSHA512 ( byte key, int hashSize ) : |
||
CreateHMACSHA512 ( byte key ) : System.Security.Cryptography.HMACSHA512 | ||
CreateHMACSHA512 ( byte key ) : global::SshNet.Security.Cryptography.HMACSHA512 | ||
CreateHMACSHA512 ( byte key, int hashSize ) : global::SshNet.Security.Cryptography.HMACSHA512 | ||
CreateMD5 ( ) : System.Security.Cryptography.MD5 | ||
CreateMD5 ( ) : global::SshNet.Security.Cryptography.MD5 | ||
CreateRIPEMD160 ( ) : System.Security.Cryptography.RIPEMD160 | ||
CreateRIPEMD160 ( ) : global::SshNet.Security.Cryptography.RIPEMD160 | ||
CreateRandomNumberGenerator ( ) : System.Security.Cryptography.RandomNumberGenerator | ||
CreateSHA1 ( ) : System.Security.Cryptography.SHA1 | ||
CreateSHA1 ( ) : global::SshNet.Security.Cryptography.SHA1 | ||
CreateSHA256 ( ) : System.Security.Cryptography.SHA256 | ||
CreateSHA256 ( ) : global::SshNet.Security.Cryptography.SHA256 | ||
CreateSHA384 ( ) : System.Security.Cryptography.SHA384 | ||
CreateSHA384 ( ) : global::SshNet.Security.Cryptography.SHA384 | ||
CreateSHA512 ( ) : System.Security.Cryptography.SHA512 | ||
CreateSHA512 ( ) : global::SshNet.Security.Cryptography.SHA512 | ||
GenerateRandom ( byte data ) : void |
Fills an array of bytes with a cryptographically strong random sequence of values. The length of the byte array determines how many random bytes are produced. |
public static CreateHMACMD5 ( byte key, int hashSize ) : |
||
key | byte | |
hashSize | int | |
Результат |
public static CreateHMACMD5 ( byte key ) : System.Security.Cryptography.HMACMD5 | ||
key | byte | |
Результат | System.Security.Cryptography.HMACMD5 |
public static CreateHMACMD5 ( byte key ) : global::SshNet.Security.Cryptography.HMACMD5 | ||
key | byte | |
Результат | global::SshNet.Security.Cryptography.HMACMD5 |
public static CreateHMACMD5 ( byte key, int hashSize ) : global::SshNet.Security.Cryptography.HMACMD5 | ||
key | byte | |
hashSize | int | |
Результат | global::SshNet.Security.Cryptography.HMACMD5 |
public static CreateHMACRIPEMD160 ( byte key ) : System.Security.Cryptography.HMACRIPEMD160 | ||
key | byte | |
Результат | System.Security.Cryptography.HMACRIPEMD160 |
public static CreateHMACRIPEMD160 ( byte key ) : global::SshNet.Security.Cryptography.HMACRIPEMD160 | ||
key | byte | |
Результат | global::SshNet.Security.Cryptography.HMACRIPEMD160 |
public static CreateHMACSHA1 ( byte key, int hashSize ) : |
||
key | byte | |
hashSize | int | |
Результат |
public static CreateHMACSHA1 ( byte key ) : System.Security.Cryptography.HMACSHA1 | ||
key | byte | |
Результат | System.Security.Cryptography.HMACSHA1 |
public static CreateHMACSHA1 ( byte key ) : global::SshNet.Security.Cryptography.HMACSHA1 | ||
key | byte | |
Результат | global::SshNet.Security.Cryptography.HMACSHA1 |
public static CreateHMACSHA1 ( byte key, int hashSize ) : global::SshNet.Security.Cryptography.HMACSHA1 | ||
key | byte | |
hashSize | int | |
Результат | global::SshNet.Security.Cryptography.HMACSHA1 |
public static CreateHMACSHA256 ( byte key, int hashSize ) : |
||
key | byte | |
hashSize | int | |
Результат |
public static CreateHMACSHA256 ( byte key ) : System.Security.Cryptography.HMACSHA256 | ||
key | byte | |
Результат | System.Security.Cryptography.HMACSHA256 |
public static CreateHMACSHA256 ( byte key ) : global::SshNet.Security.Cryptography.HMACSHA256 | ||
key | byte | |
Результат | global::SshNet.Security.Cryptography.HMACSHA256 |
public static CreateHMACSHA256 ( byte key, int hashSize ) : global::SshNet.Security.Cryptography.HMACSHA256 | ||
key | byte | |
hashSize | int | |
Результат | global::SshNet.Security.Cryptography.HMACSHA256 |
public static CreateHMACSHA384 ( byte key, int hashSize ) : |
||
key | byte | |
hashSize | int | |
Результат |
public static CreateHMACSHA384 ( byte key ) : System.Security.Cryptography.HMACSHA384 | ||
key | byte | |
Результат | System.Security.Cryptography.HMACSHA384 |
public static CreateHMACSHA384 ( byte key ) : global::SshNet.Security.Cryptography.HMACSHA384 | ||
key | byte | |
Результат | global::SshNet.Security.Cryptography.HMACSHA384 |
public static CreateHMACSHA384 ( byte key, int hashSize ) : global::SshNet.Security.Cryptography.HMACSHA384 | ||
key | byte | |
hashSize | int | |
Результат | global::SshNet.Security.Cryptography.HMACSHA384 |
public static CreateHMACSHA512 ( byte key, int hashSize ) : |
||
key | byte | |
hashSize | int | |
Результат |
public static CreateHMACSHA512 ( byte key ) : System.Security.Cryptography.HMACSHA512 | ||
key | byte | |
Результат | System.Security.Cryptography.HMACSHA512 |
public static CreateHMACSHA512 ( byte key ) : global::SshNet.Security.Cryptography.HMACSHA512 | ||
key | byte | |
Результат | global::SshNet.Security.Cryptography.HMACSHA512 |
public static CreateHMACSHA512 ( byte key, int hashSize ) : global::SshNet.Security.Cryptography.HMACSHA512 | ||
key | byte | |
hashSize | int | |
Результат | global::SshNet.Security.Cryptography.HMACSHA512 |
public static CreateMD5 ( ) : System.Security.Cryptography.MD5 | ||
Результат | System.Security.Cryptography.MD5 |
public static CreateMD5 ( ) : global::SshNet.Security.Cryptography.MD5 | ||
Результат | global::SshNet.Security.Cryptography.MD5 |
public static CreateRIPEMD160 ( ) : System.Security.Cryptography.RIPEMD160 | ||
Результат | System.Security.Cryptography.RIPEMD160 |
public static CreateRIPEMD160 ( ) : global::SshNet.Security.Cryptography.RIPEMD160 | ||
Результат | global::SshNet.Security.Cryptography.RIPEMD160 |
public static CreateRandomNumberGenerator ( ) : System.Security.Cryptography.RandomNumberGenerator | ||
Результат | System.Security.Cryptography.RandomNumberGenerator |
public static CreateSHA1 ( ) : System.Security.Cryptography.SHA1 | ||
Результат | System.Security.Cryptography.SHA1 |
public static CreateSHA1 ( ) : global::SshNet.Security.Cryptography.SHA1 | ||
Результат | global::SshNet.Security.Cryptography.SHA1 |
public static CreateSHA256 ( ) : System.Security.Cryptography.SHA256 | ||
Результат | System.Security.Cryptography.SHA256 |
public static CreateSHA256 ( ) : global::SshNet.Security.Cryptography.SHA256 | ||
Результат | global::SshNet.Security.Cryptography.SHA256 |
public static CreateSHA384 ( ) : System.Security.Cryptography.SHA384 | ||
Результат | System.Security.Cryptography.SHA384 |
public static CreateSHA384 ( ) : global::SshNet.Security.Cryptography.SHA384 | ||
Результат | global::SshNet.Security.Cryptography.SHA384 |
public static CreateSHA512 ( ) : System.Security.Cryptography.SHA512 | ||
Результат | System.Security.Cryptography.SHA512 |
public static CreateSHA512 ( ) : global::SshNet.Security.Cryptography.SHA512 | ||
Результат | global::SshNet.Security.Cryptography.SHA512 |
public static GenerateRandom ( byte data ) : void | ||
data | byte | The array to fill with cryptographically strong random bytes. |
Результат | void |