Method | Description | |
---|---|---|
Decrypt ( byte data ) : byte[] | ||
Encrypt ( byte data ) : byte[] | ||
ExportKey ( bool includePrivate ) : |
||
HashAndSign ( string hashAlg, byte data, int offset, int count ) : byte[] | ||
ImportKey ( |
||
RSACrypto ( ) : System | ||
RSACrypto ( int keySize ) : System | ||
VerifySignedHash ( string hashAlg, byte data, byte signature ) : bool |
public ExportKey ( bool includePrivate ) : |
||
includePrivate | bool | |
return |
public HashAndSign ( string hashAlg, byte data, int offset, int count ) : byte[] | ||
hashAlg | string | |
data | byte | |
offset | int | |
count | int | |
return | byte[] |
public ImportKey ( |
||
key | ||
return | void |
public VerifySignedHash ( string hashAlg, byte data, byte signature ) : bool | ||
hashAlg | string | |
data | byte | |
signature | byte | |
return | bool |