June 2003
Intermediate to advanced
714 pages
22h 8m
English
RSAParameters
public struct RSAParameters { // Public Instance Fields public byte[ ] D; public byte[ ] DP; public byte[ ] DQ; public byte[ ] Exponent; public byte[ ] InverseQ; public byte[ ] Modulus; public byte[ ] P; public byte[ ] Q; }
This structure represents the parameters of an RSA key, expressed as
a set of Byte arrays. Key parameters are exported
from the RSA class with the
RSA.ExportParameters( ) method. Key parameters are
imported into the RSA class with the
RSA.ImportParameters( ) method.
System.Object
→
System.ValueType
→
RSAParameters
RSA.ExportParameters( )
RSA.ImportParameters( )