VCardSecurity
VCardSecurity class
Represents a vCard security properties
Constructors
| Name | Description |
|---|---|
| VCardSecurity (2 overloads) | Initializes a new instance of the VCardSecurity class |
Methods
| Name | Description |
|---|---|
| get_AccessClass | Gets an access class |
| get_Encoding | Gets a ContentTransferEncoding |
| get_Key | Gets a public key(or authentication certificate) |
| get_Type | Gets type of public key. |
| SaveToPEM (2 overloads) | Saves base64 key in PEM format to the stream. |
| set_AccessClass | Sets an access class |
| set_Encoding | Sets a ContentTransferEncoding |
| set_Key | Sets a public key(or authentication certificate) |
| set_Type | Sets type of public key. |
| ToVCardHeaderList | Adds the identification properties to the specified properties |