Click or drag to resize
MimeKit

WindowsSecureMimeContext(StoreLocation) Constructor

Initialize a new instance of the WindowsSecureMimeContext class.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public WindowsSecureMimeContext(
	StoreLocation location
)

Parameters

location  StoreLocation
The X.509 store location.
Remarks
Creates a new WindowsSecureMimeContext.
See Also