Méthode | Description | |
---|---|---|
Accept ( MimeVisitor visitor ) : void |
Dispatches to the specific visit method for this MIME entity. This default implementation for MimeKit.Cryptography.MultipartEncrypted nodes calls MimeKit.MimeVisitor.VisitMultipartEncrypted. Override this method to call into a more specific method on a derived visitor class of the MimeKit.MimeVisitor class. However, it should still support unknown visitors by calling MimeKit.MimeVisitor.VisitMultipartEncrypted. |
|
Decrypt ( ) : MimeEntity |
Decrypts the MultipartEncrypted part. Decrypts the MultipartEncrypted part. |
|
Decrypt ( DigitalSignatureCollection &signatures ) : MimeEntity |
Decrypts the MultipartEncrypted part. Decrypts the MultipartEncrypted and extracts any digital signatures in cases where the content was also signed. |
|
Decrypt ( MimeKit.Cryptography.OpenPgpContext ctx ) : MimeEntity |
Decrypts the MultipartEncrypted part. Decrypts the MultipartEncrypted part. |
|
Decrypt ( MimeKit.Cryptography.OpenPgpContext ctx, DigitalSignatureCollection &signatures ) : MimeEntity |
Decrypts the MultipartEncrypted part. Decrypts the MultipartEncrypted and extracts any digital signatures in cases where the content was also signed. |
|
Encrypt ( EncryptionAlgorithm algorithm, IEnumerable |
Create a multipart/encrypted MIME part by encrypting the specified entity. Encrypts the entity to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
Encrypt ( EncryptionAlgorithm algorithm, IEnumerable |
Create a multipart/encrypted MIME part by encrypting the specified entity. Encrypts the entity to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
Encrypt ( IEnumerable |
Create a multipart/encrypted MIME part by encrypting the specified entity. Encrypts the entity to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
Encrypt ( IEnumerable |
Create a multipart/encrypted MIME part by encrypting the specified entity. Encrypts the entity to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
Encrypt ( MimeKit.Cryptography.OpenPgpContext ctx, EncryptionAlgorithm algorithm, IEnumerable |
Create a multipart/encrypted MIME part by encrypting the specified entity. Encrypts the entity to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
Encrypt ( MimeKit.Cryptography.OpenPgpContext ctx, EncryptionAlgorithm algorithm, IEnumerable |
Create a multipart/encrypted MIME part by encrypting the specified entity. Encrypts the entity to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
Encrypt ( MimeKit.Cryptography.OpenPgpContext ctx, IEnumerable |
Create a multipart/encrypted MIME part by encrypting the specified entity. Encrypts the entity to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
Encrypt ( MimeKit.Cryptography.OpenPgpContext ctx, IEnumerable |
Create a multipart/encrypted MIME part by encrypting the specified entity. Encrypts the entity to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
MultipartEncrypted ( ) : System |
Initializes a new instance of the MimeKit.Cryptography.MultipartEncrypted class. Creates a new MultipartEncrypted. |
|
MultipartEncrypted ( MimeEntityConstructorArgs args ) : System |
Initializes a new instance of the MimeKit.Cryptography.MultipartEncrypted class. This constructor is used by MimeKit.MimeParser. |
|
SignAndEncrypt ( MailboxAddress signer, DigestAlgorithm digestAlgo, EncryptionAlgorithm cipherAlgo, IEnumerable |
Create a multipart/encrypted MIME part by signing and encrypting the specified entity. Signs the entity using the supplied signer and digest algorithm and then encrypts to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
SignAndEncrypt ( MailboxAddress signer, DigestAlgorithm digestAlgo, IEnumerable |
Create a multipart/encrypted MIME part by signing and encrypting the specified entity. Signs the entity using the supplied signer and digest algorithm and then encrypts to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
SignAndEncrypt ( MimeKit.Cryptography.OpenPgpContext ctx, MailboxAddress signer, DigestAlgorithm digestAlgo, EncryptionAlgorithm cipherAlgo, IEnumerable |
Create a multipart/encrypted MIME part by signing and encrypting the specified entity. Signs the entity using the supplied signer and digest algorithm and then encrypts to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
SignAndEncrypt ( MimeKit.Cryptography.OpenPgpContext ctx, MailboxAddress signer, DigestAlgorithm digestAlgo, IEnumerable |
Create a multipart/encrypted MIME part by signing and encrypting the specified entity. Signs the entity using the supplied signer and digest algorithm and then encrypts to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
SignAndEncrypt ( MimeKit.Cryptography.OpenPgpContext ctx, |
Create a multipart/encrypted MIME part by signing and encrypting the specified entity. Signs the entity using the supplied signer and digest algorithm and then encrypts to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
SignAndEncrypt ( MimeKit.Cryptography.OpenPgpContext ctx, |
Create a multipart/encrypted MIME part by signing and encrypting the specified entity. Signs the entity using the supplied signer and digest algorithm and then encrypts to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
SignAndEncrypt ( |
Create a multipart/encrypted MIME part by signing and encrypting the specified entity. Signs the entity using the supplied signer and digest algorithm and then encrypts to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
|
SignAndEncrypt ( |
Create a multipart/encrypted MIME part by signing and encrypting the specified entity. Signs the entity using the supplied signer and digest algorithm and then encrypts to the specified recipients, encapsulating the result in a new multipart/encrypted part. |
Méthode | Description | |
---|---|---|
Create ( EncryptionAlgorithm algorithm, IEnumerable |
||
Create ( IEnumerable |
||
Create ( IEnumerable |
||
Create ( MailboxAddress signer, DigestAlgorithm digestAlgo, IEnumerable |
||
Create ( MimeKit.Cryptography.OpenPgpContext ctx, EncryptionAlgorithm algorithm, IEnumerable |
||
Create ( MimeKit.Cryptography.OpenPgpContext ctx, IEnumerable |
||
Create ( MimeKit.Cryptography.OpenPgpContext ctx, IEnumerable |
||
Create ( MimeKit.Cryptography.OpenPgpContext ctx, MailboxAddress signer, DigestAlgorithm digestAlgo, IEnumerable |
||
Create ( MimeKit.Cryptography.OpenPgpContext ctx, |
||
Create ( MimeKit.Cryptography.OpenPgpContext ctx, |
||
Create ( |
||
Create ( |
public Accept ( MimeVisitor visitor ) : void | ||
visitor | MimeVisitor | The visitor. |
Résultat | void |
public Decrypt ( DigitalSignatureCollection &signatures ) : MimeEntity | ||
signatures | DigitalSignatureCollection | A list of digital signatures if the data was both signed and encrypted. |
Résultat | MimeEntity |
public Decrypt ( MimeKit.Cryptography.OpenPgpContext ctx ) : MimeEntity | ||
ctx | MimeKit.Cryptography.OpenPgpContext | The OpenPGP cryptography context to use for decrypting. |
Résultat | MimeEntity |
public Decrypt ( MimeKit.Cryptography.OpenPgpContext ctx, DigitalSignatureCollection &signatures ) : MimeEntity | ||
ctx | MimeKit.Cryptography.OpenPgpContext | The OpenPGP cryptography context to use for decrypting. |
signatures | DigitalSignatureCollection | A list of digital signatures if the data was both signed and encrypted. |
Résultat | MimeEntity |
public static Encrypt ( EncryptionAlgorithm algorithm, IEnumerable |
||
algorithm | EncryptionAlgorithm | The encryption algorithm. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static Encrypt ( EncryptionAlgorithm algorithm, IEnumerable |
||
algorithm | EncryptionAlgorithm | The encryption algorithm. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static Encrypt ( IEnumerable |
||
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static Encrypt ( IEnumerable |
||
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static Encrypt ( MimeKit.Cryptography.OpenPgpContext ctx, EncryptionAlgorithm algorithm, IEnumerable |
||
ctx | MimeKit.Cryptography.OpenPgpContext | The OpenPGP cryptography context to use for encrypting. |
algorithm | EncryptionAlgorithm | The encryption algorithm. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static Encrypt ( MimeKit.Cryptography.OpenPgpContext ctx, EncryptionAlgorithm algorithm, IEnumerable |
||
ctx | MimeKit.Cryptography.OpenPgpContext | The OpenPGP cryptography context to use for encrypting. |
algorithm | EncryptionAlgorithm | The encryption algorithm. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static Encrypt ( MimeKit.Cryptography.OpenPgpContext ctx, IEnumerable |
||
ctx | MimeKit.Cryptography.OpenPgpContext | The OpenPGP cryptography context to use for encrypting. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static Encrypt ( MimeKit.Cryptography.OpenPgpContext ctx, IEnumerable |
||
ctx | MimeKit.Cryptography.OpenPgpContext | The OpenPGP cryptography context to use for encrypting. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public MultipartEncrypted ( MimeEntityConstructorArgs args ) : System | ||
args | MimeEntityConstructorArgs | Information used by the constructor. |
Résultat | System |
public static SignAndEncrypt ( MailboxAddress signer, DigestAlgorithm digestAlgo, EncryptionAlgorithm cipherAlgo, IEnumerable |
||
signer | MailboxAddress | The signer to use to sign the entity. |
digestAlgo | DigestAlgorithm | The digest algorithm to use for signing. |
cipherAlgo | EncryptionAlgorithm | The encryption algorithm. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static SignAndEncrypt ( MailboxAddress signer, DigestAlgorithm digestAlgo, IEnumerable |
||
signer | MailboxAddress | The signer to use to sign the entity. |
digestAlgo | DigestAlgorithm | The digest algorithm to use for signing. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static SignAndEncrypt ( MimeKit.Cryptography.OpenPgpContext ctx, MailboxAddress signer, DigestAlgorithm digestAlgo, EncryptionAlgorithm cipherAlgo, IEnumerable |
||
ctx | MimeKit.Cryptography.OpenPgpContext | The OpenPGP cryptography context to use for singing and encrypting. |
signer | MailboxAddress | The signer to use to sign the entity. |
digestAlgo | DigestAlgorithm | The digest algorithm to use for signing. |
cipherAlgo | EncryptionAlgorithm | The encryption algorithm. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static SignAndEncrypt ( MimeKit.Cryptography.OpenPgpContext ctx, MailboxAddress signer, DigestAlgorithm digestAlgo, IEnumerable |
||
ctx | MimeKit.Cryptography.OpenPgpContext | The OpenPGP cryptography context to use for signing and encrypting. |
signer | MailboxAddress | The signer to use to sign the entity. |
digestAlgo | DigestAlgorithm | The digest algorithm to use for signing. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static SignAndEncrypt ( MimeKit.Cryptography.OpenPgpContext ctx, |
||
ctx | MimeKit.Cryptography.OpenPgpContext | The OpenPGP cryptography context to use for singing and encrypting. |
signer | The signer to use to sign the entity. | |
digestAlgo | DigestAlgorithm | The digest algorithm to use for signing. |
cipherAlgo | EncryptionAlgorithm | The encryption algorithm. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static SignAndEncrypt ( MimeKit.Cryptography.OpenPgpContext ctx, |
||
ctx | MimeKit.Cryptography.OpenPgpContext | The OpenPGP cryptography context to use for singing and encrypting. |
signer | The signer to use to sign the entity. | |
digestAlgo | DigestAlgorithm | The digest algorithm to use for signing. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static SignAndEncrypt ( |
||
signer | The signer to use to sign the entity. | |
digestAlgo | DigestAlgorithm | The digest algorithm to use for signing. |
cipherAlgo | EncryptionAlgorithm | The encryption algorithm. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |
public static SignAndEncrypt ( |
||
signer | The signer to use to sign the entity. | |
digestAlgo | DigestAlgorithm | The digest algorithm to use for signing. |
recipients | IEnumerable |
The recipients for the encrypted entity. |
entity | MimeEntity | The entity to sign and encrypt. |
Résultat |