Challenge(Byte, Byte) Constructor
Initializes a new instance of the
Challenge class
Namespace: Org.BouncyCastle.Asn1.CmpAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public Challenge(
byte[] witness,
byte[] challenge
)
Public Sub New (
witness As Byte(),
challenge As Byte()
)
Org.BouncyCastle.Asn1.Cmp.Challenge = function(witness, challenge);
Parameters
- witness Byte
-
- challenge Byte
-