次の方法で共有


RsaKeyIdentifierClause.GetExponent メソッド

定義

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

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

戻り値

Byte[]

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

適用対象