Generated by DocFX

Class Encryptions

Inheritance
System.Object
Encryptions
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 Encryptions

Properties

| Improve this Doc View Source

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Type

pkcs1 or pkcs8

Declaration
[JsonProperty("type", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Type { get; set; }
Property Value
Type Description
System.String