Click or drag to resize
MimeKit

TemporarySecureMimeContext(SecureRandom) Constructor

Initialize a new instance of the TemporarySecureMimeContext class.

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

Parameters

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