RSAParameters.DP Field

Definition

Represents the DP parameter for the RSA algorithm.

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

Field Value

Byte[]

Applies to

See also