Class Encryptions2
Inheritance
System.Object
Encryptions2
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.NeblioAPI
Assembly: VEDriversLite.NeblioAPI.dll
Syntax
public class Encryptions2
Properties
| Improve this Doc View SourceAdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Format
key format (pem or der)
Declaration
[JsonProperty("format", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Key
userData key to encrypt
Declaration
[JsonProperty("key", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Pubkey
RSA public key used for encryption
Declaration
[JsonProperty("pubkey", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Pubkey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
pkcs1 or pkcs8
Declaration
[JsonProperty("type", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |