RSAParameters 结构

定义

表示 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
继承
RSAParameters
属性

注解

有关此 API 的详细信息,请参阅 RSAParameters 的补充 API 说明

字段

D

表示 RSA 算法的 D 参数。

DP

表示 RSA 算法的 DP 参数。

DQ

表示 RSA 算法的 DQ 参数。

Exponent

表示 RSA 算法的 Exponent 参数。

InverseQ

表示 RSA 算法的 InverseQ 参数。

Modulus

表示 RSA 算法的 Modulus 参数。

P

表示 RSA 算法的 P 参数。

Q

表示 RSA 算法的 Q 参数。

适用于

另请参阅