RSAParameters 構造体

定義

RSA アルゴリズムの標準パラメーターを表します。

public value class RSAParameters
[System.Serializable]
public struct RSAParameters
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public struct RSAParameters
public struct RSAParameters
[<System.Serializable>]
type RSAParameters = struct
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type RSAParameters = struct
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 パラメーターを表します。

適用対象

こちらもご覧ください