프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OAEP | bool |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Factory |
메소드 | 설명 | |
---|---|---|
CryptoProviderExchangeRSA ( |
Create an instance of the RSA crypto provider.
|
|
CryptoProviderExchangeRSA ( int KeySize ) : System |
Return a provider with the specified key size.
|
|
Decrypt ( byte Input ) : byte[] |
Decrypt data block.
|
|
Encrypt ( byte Input ) : byte[] |
Encrypt data block. Block MUST be smaller than the key length or an exception will be thrown.
|
|
FindLocal ( string UDF ) : bool |
Locate private key in local key store.
|
|
Generate ( KeySecurity KeySecurity ) : void |
Generate a new RSA Key Pair with the Key size specified when the instance was created.
|
메소드 | 설명 | |
---|---|---|
Factory ( int KeySize, CryptoAlgorithmID DigestAlgorithm ) : |
public CryptoProviderExchangeRSA ( |
||
RSAKeyPair | RSAKeyPair to use. | |
리턴 | System |
public CryptoProviderExchangeRSA ( int KeySize ) : System | ||
KeySize | int | Key length in bits. |
리턴 | System |
public Generate ( KeySecurity KeySecurity ) : void | ||
KeySecurity | KeySecurity | |
리턴 | void |