Represents a vCard security properties More...
Inherits Object.
Public Member Functions | |
| System::String | get_Key () const |
| Gets a public key(or authentication certificate) More... | |
| void | set_Key (System::String value) |
| Sets a public key(or authentication certificate) More... | |
| System::String | get_AccessClass () const |
| Gets an access class More... | |
| void | set_AccessClass (System::String value) |
| Sets an access class More... | |
| Aspose::Email::Mime::TransferEncoding | get_Encoding () const |
| Gets a ContentTransferEncoding More... | |
| void | set_Encoding (Aspose::Email::Mime::TransferEncoding value) |
| Sets a ContentTransferEncoding More... | |
| System::String | get_Type () const |
| Gets type of public key. More... | |
| void | set_Type (System::String value) |
| Sets type of public key. More... | |
| VCardSecurity () | |
| Initializes a new instance of the VCardSecurity class More... | |
| VCardSecurity (System::SharedPtr< VCardHeaderList > properties) | |
| Initializes a new instance of the VCardSecurity class More... | |
| void | SaveToPEM (System::String path) |
| Saves base64 key to PEM format. More... | |
| void | SaveToPEM (System::SharedPtr< System::IO::Stream > stream) |
| Saves base64 key in PEM format to the stream. More... | |
| void | ToVCardHeaderList (System::SharedPtr< VCardHeaderList > properties) |
| Adds the identification properties to the specified properties More... | |
Friends | |
| class | Aspose::Email::Mapi::MapiContact |
| class | Aspose::Email::PersonalInfo::VCard::VCardContact |
Represents a vCard security properties
| Aspose::Email::PersonalInfo::VCard::VCardSecurity::VCardSecurity | ( | ) |
Initializes a new instance of the VCardSecurity class
| Aspose::Email::PersonalInfo::VCard::VCardSecurity::VCardSecurity | ( | System::SharedPtr< VCardHeaderList > | properties | ) |
Initializes a new instance of the VCardSecurity class
| properties | A vCard properties. A used properties are removed |
| ArgumentNullException | properties is null |
| System::String Aspose::Email::PersonalInfo::VCard::VCardSecurity::get_AccessClass | ( | ) | const |
Gets an access class
| Aspose::Email::Mime::TransferEncoding Aspose::Email::PersonalInfo::VCard::VCardSecurity::get_Encoding | ( | ) | const |
Gets a ContentTransferEncoding
| System::String Aspose::Email::PersonalInfo::VCard::VCardSecurity::get_Key | ( | ) | const |
Gets a public key(or authentication certificate)
| System::String Aspose::Email::PersonalInfo::VCard::VCardSecurity::get_Type | ( | ) | const |
Gets type of public key.
| void Aspose::Email::PersonalInfo::VCard::VCardSecurity::SaveToPEM | ( | System::SharedPtr< System::IO::Stream > | stream | ) |
Saves base64 key in PEM format to the stream.
| stream | Stream to save. |
| void Aspose::Email::PersonalInfo::VCard::VCardSecurity::SaveToPEM | ( | System::String | path | ) |
Saves base64 key to PEM format.
| path | Path to file. |
| void Aspose::Email::PersonalInfo::VCard::VCardSecurity::set_AccessClass | ( | System::String | value | ) |
Sets an access class
| void Aspose::Email::PersonalInfo::VCard::VCardSecurity::set_Encoding | ( | Aspose::Email::Mime::TransferEncoding | value | ) |
Sets a ContentTransferEncoding
| void Aspose::Email::PersonalInfo::VCard::VCardSecurity::set_Key | ( | System::String | value | ) |
Sets a public key(or authentication certificate)
| void Aspose::Email::PersonalInfo::VCard::VCardSecurity::set_Type | ( | System::String | value | ) |
Sets type of public key.
| void Aspose::Email::PersonalInfo::VCard::VCardSecurity::ToVCardHeaderList | ( | System::SharedPtr< VCardHeaderList > | properties | ) |
Adds the identification properties to the specified properties
| properties | A vCard properties |
| ArgumentNullException | properties is null |
|
friend |
|
friend |