Class SSHKey
Inheritance
System.Object
SSHKey
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CompAnalytics.Contracts
Assembly: CompAnalytics.Contracts.dll
Syntax
[PropertyType("SSH Key", EditElementName = "ca-ssh-key-editor", EditImportPath = "app/Properties/Components/SSHKeyEditorComponent")]
[DataContract]
public class SSHKey
Properties
KeyString
Declaration
[DataMember]
public string KeyString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()