RSAParameters.D Field

Definition

Represents the D parameter for the RSA algorithm.

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

Field Value

Byte[]

Applies to

See also