RSAParameters.Exponent Field

Definition

Represents the Exponent parameter for the RSA algorithm.

public: cli::array <System::Byte> ^ Exponent;
public byte[]? Exponent;
public byte[] Exponent;
val mutable Exponent : byte[]
Public Exponent As Byte() 

Field Value

Byte[]

Applies to

See also