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 パラメーターを表します。

適用対象

こちらもご覧ください