 | ICryptographyContextSignatureProtocol Property |
Get the signature protocol.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxstring SignatureProtocol { get; }
Property Value
StringThe signature protocol.
RemarksThe signature protocol is used by MultipartSigned
in order to determine what the protocol parameter of the Content-Type
header should be.
See Also