RsaKeyIdentifierClause.GetExponent Method

Definition

Gets the Exponent parameter for the RSA algorithm.

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

Returns

Byte[]

An array of Byte that contains the Exponent parameter for the RSA algorithm.

Applies to