Show / Hide Table of Contents

Class IdMaterial

Inheritance
System.Object
IdMaterial
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: OpenZiti
Assembly: Ziti.NET.Standard.dll
Syntax
public class IdMaterial

Properties

| Improve this Doc View Source

CA

Declaration
[JsonPropertyName("ca")]
public string CA { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Certificate

Declaration
[JsonPropertyName("cert")]
public string Certificate { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Key

Declaration
[JsonPropertyName("key")]
public string Key { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX