Click or drag to resize
MimeKit

BouncyCastleSecureMimeContext(SecureRandom) Constructor

Initialize a new instance of the SecureMimeContext class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected BouncyCastleSecureMimeContext(
	SecureRandom random
)

Parameters

random  SecureRandom
A secure pseudo-random number generator.
Exceptions
ExceptionCondition
ArgumentNullExceptionrandom is null.
Remarks
See Also