Class VCardSecurity

VCardSecurity class

Represents a vCard security properties

public sealed class VCardSecurity

Constructors

NameDescription
VCardSecurity()Initializes a new instance of the VCardSecurity class

Properties

NameDescription
AccessClass { get; set; }Gets or sets an access class
Encoding { get; set; }Gets or sets a ContentTransferEncoding
Key { get; set; }Gets or sets a public key(or authentication certificate)
Type { get; set; }Gets or sets type of public key.

Methods

NameDescription
SaveToPEM(Stream)Saves base64 key in PEM format to the stream.
SaveToPEM(string)Saves base64 key to PEM format.

See Also