Click or drag to resize
MimeKit

SecureMimeContextSignatureProtocol Property

Get the signature protocol.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
public override string SignatureProtocol { get; }

Property Value

String
The signature protocol.

Implements

ICryptographyContextSignatureProtocol
ICryptographyContextSignatureProtocol
Remarks

The signature protocol is used by MultipartSigned in order to determine what the protocol parameter of the Content-Type header should be.

See Also