A short string that identifies the type of certificate.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string KeyType { get; set; }
Visual Basic
Public Property KeyType As String
	Get
	Set
Visual C++
public:
property String^ KeyType {
	String^ get ();
	void set (String^ value);
}

Remarks

The most common type is X509.

See Also