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 アルゴリズムの |