共用方式為


RsaKeyIdentifierClause.GetExponent 方法

定義

取得 RSA 演算法的 Exponent 參數。

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

傳回

Byte[]

Byte 陣列,其中包含 RSA 演算法的 Exponent 參數。

適用於