Key_RSA Constructor
Initializes a new instance of the Key_RSA class.
Namespace: Microsoft.SPOT.Cryptography
Assembly: Microsoft.SPOT.Native (in microsoft.spot.native.dll)
Syntax
public Key_RSA (
byte[] modulus,
byte[] exponent
)
Parameters
- modulus
The modulus parameter for the RSA algorithm key. - exponent
The exponent parameter for the RSA algorithm key.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
Key_RSA Class
Key_RSA Members
Microsoft.SPOT.Cryptography Namespace