Click or drag to resize
MimeKit

OpenPgpDetectionFilterDataType Property

Get the type of OpenPGP data detected.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public OpenPgpDataType DataType { get; }

Property Value

OpenPgpDataType
The type of OpenPGP data detected.
Remarks
Gets the type of OpenPGP data detected.
See Also