public DsaPrivateKey(
byte[] privateKey
)
Public Sub New (
privateKey As Byte()
)
public:
DsaPrivateKey(
array<unsigned char>^ privateKey
)
new :
privateKey : byte[] -> DsaPrivateKey
ArgumentNullException | privateKey parameter is null. |