Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the standard parameters for the RSA algorithm.
Namespace: System.Security.Cryptography
Assembly: System.Security (in System.Security.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Structure RSAParameters
[SerializableAttribute]
public struct RSAParameters
[SerializableAttribute]
public value class RSAParameters
[<Sealed>]
[<SerializableAttribute>]
type RSAParameters = struct end
JScript supports the use of structures, but not the declaration of new ones.
The RSAParameters type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
D | Represents the D parameter for the RSA algorithm. |
![]() |
DP | Represents the DP parameter for the RSA algorithm. |
![]() |
DQ | Represents the DQ parameter for the RSA algorithm. |
![]() |
Exponent | Represents the Exponent parameter for the RSA algorithm. |
![]() |
InverseQ | Represents the InverseQ parameter for the RSA algorithm. |
![]() |
Modulus | Represents the Modulus parameter for the RSA algorithm. |
![]() |
P | Represents the P parameter for the RSA algorithm. |
![]() |
Q | Represents the Q parameter for the RSA algorithm. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)