MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Cryptography
ApplicationPkcs7Mime Class
ApplicationPkcs7Mime Methods
Accept Method
Compress Method
CompressAsync Method
Decompress Method
DecompressAsync Method
Decrypt Method
DecryptAsync Method
Encrypt Method
EncryptAsync Method
Import Method
ImportAsync Method
Sign Method
SignAndEncrypt Method
SignAndEncryptAsync Method
SignAsync Method
Verify Method
Application
Pkcs
7Mime
Accept Method
Dispatches to the specific visit method for this MIME entity.
Namespace:
MimeKit.Cryptography
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
override
void
Accept
(
MimeVisitor
visitor
)
Parameters
visitor
MimeVisitor
The visitor.
Implements
IMimeEntity
Accept(MimeVisitor)
IMimeEntity
Accept(MimeVisitor)
IMimeEntity
Accept(MimeVisitor)
Exceptions
Exception
Condition
ArgumentNullException
visitor
is
null
.
ObjectDisposedException
The
ApplicationPkcs7Mime
has been disposed.
Remarks
This default implementation for
ApplicationPkcs7Mime
nodes calls
VisitApplicationPkcs7Mime(ApplicationPkcs7Mime)
. Override this method to call into a more specific method on a derived visitor class of the
MimeVisitor
class. However, it should still support unknown visitors by calling
VisitApplicationPkcs7Mime(ApplicationPkcs7Mime)
.
See Also
Reference
ApplicationPkcs7Mime Class
MimeKit.Cryptography Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast