RSAParameters.Modulus Field

Definition

Represents the Modulus parameter for the RSA algorithm.

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

Field Value

Byte[]

Applies to

See also