Method | Description | |
---|---|---|
SecureMailboxAddress ( IEnumerable |
Initializes a new instance of the SecureMailboxAddress class. Creates a new SecureMailboxAddress with the specified fingerprint. |
|
SecureMailboxAddress ( Portable.Text.Encoding encoding, string name, IEnumerable |
Initializes a new instance of the SecureMailboxAddress class. Creates a new SecureMailboxAddress with the specified fingerprint. |
|
SecureMailboxAddress ( Portable.Text.Encoding encoding, string name, string address, string fingerprint ) : System |
Initializes a new instance of the SecureMailboxAddress class. Creates a new SecureMailboxAddress with the specified fingerprint. |
|
SecureMailboxAddress ( string name, IEnumerable |
Initializes a new instance of the SecureMailboxAddress class. Creates a new SecureMailboxAddress with the specified fingerprint. |
|
SecureMailboxAddress ( string address, string fingerprint ) : System |
Initializes a new instance of the SecureMailboxAddress class. Creates a new SecureMailboxAddress with the specified fingerprint. |
|
SecureMailboxAddress ( string name, string address, string fingerprint ) : System |
Initializes a new instance of the SecureMailboxAddress class. Creates a new SecureMailboxAddress with the specified fingerprint. |
Method | Description | |
---|---|---|
ValidateFingerprint ( string fingerprint ) : void |
public SecureMailboxAddress ( IEnumerable |
||
route | IEnumerable |
The route of the mailbox. |
address | string | The address of the mailbox. |
fingerprint | string | The fingerprint of the certificate belonging to the owner of the mailbox. |
return | System |
public SecureMailboxAddress ( Portable.Text.Encoding encoding, string name, IEnumerable |
||
encoding | Portable.Text.Encoding | The character encoding to be used for encoding the name. |
name | string | The name of the mailbox. |
route | IEnumerable |
The route of the mailbox. |
address | string | The address of the mailbox. |
fingerprint | string | The fingerprint of the certificate belonging to the owner of the mailbox. |
return | System |
public SecureMailboxAddress ( Portable.Text.Encoding encoding, string name, string address, string fingerprint ) : System | ||
encoding | Portable.Text.Encoding | The character encoding to be used for encoding the name. |
name | string | The name of the mailbox. |
address | string | The address of the mailbox. |
fingerprint | string | The fingerprint of the certificate belonging to the owner of the mailbox. |
return | System |
public SecureMailboxAddress ( string name, IEnumerable |
||
name | string | The name of the mailbox. |
route | IEnumerable |
The route of the mailbox. |
address | string | The address of the mailbox. |
fingerprint | string | The fingerprint of the certificate belonging to the owner of the mailbox. |
return | System |
public SecureMailboxAddress ( string address, string fingerprint ) : System | ||
address | string | The address of the mailbox. |
fingerprint | string | The fingerprint of the certificate belonging to the owner of the mailbox. |
return | System |
public SecureMailboxAddress ( string name, string address, string fingerprint ) : System | ||
name | string | The name of the mailbox. |
address | string | The address of the mailbox. |
fingerprint | string | The fingerprint of the certificate belonging to the owner of the mailbox. |
return | System |