次の方法で共有


RsaKeyIdentifierClause.GetModulus メソッド

定義

RSA アルゴリズムの Modulus パラメーターを取得します。

public:
 cli::array <System::Byte> ^ GetModulus();
public byte[] GetModulus ();
member this.GetModulus : unit -> byte[]
Public Function GetModulus () As Byte()

戻り値

Byte[]

RSA アルゴリズムの Modulus パラメーターを含む Byte の配列。

適用対象