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 参数。

适用于