RSAParameters 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 RSA 算法的标准参数。
public value class RSAParameters
public struct RSAParameters
[System.Serializable]
public struct RSAParameters
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct RSAParameters
type RSAParameters = struct
[<System.Serializable>]
type RSAParameters = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type RSAParameters = struct
Public Structure RSAParameters
- 继承
- 属性
注解
有关此 API 的详细信息,请参阅 RSAParameters 的补充 API 备注。
字段
D |
表示 RSA 算法的 |
DP |
表示 RSA 算法的 |
DQ |
表示 RSA 算法的 |
Exponent |
表示 RSA 算法的 |
InverseQ |
表示 RSA 算法的 |
Modulus |
表示 RSA 算法的 |
P |
表示 RSA 算法的 |
Q |
表示 RSA 算法的 |