Class key
Specifies a public key or authentication certificate associated with the object that the vCard represents. See Section 6.8.1 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class key
Constructors
| Edit this page View Sourcekey()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public key()
key(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public key(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View SourceItem
Contains either a URI to the certificate or or the base64 encoded certificate. The value of the ItemElementName specifies the type of this field.
Declaration
public string Item
Field Value
Type | Description |
---|---|
string |
ItemElementName
Specified the type of data in the Item field.
Declaration
public KeyItemChoiceEnum ItemElementName
Field Value
Type | Description |
---|---|
KeyItemChoiceEnum |
parameters
Parameters for the key
Declaration
public keyParameters parameters
Field Value
Type | Description |
---|---|
keyParameters |