RSAParameters

RSAParametersserializable

System.Security.Cryptography (mscorlib.dll)struct
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.

Hierarchy

System.Object System.ValueType RSAParameters

Returned By

RSA.ExportParameters( )

Passed To

RSA.ImportParameters( )



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net