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 SourceCA
Declaration
[JsonPropertyName("ca")]
public string CA { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Certificate
Declaration
[JsonPropertyName("cert")]
public string Certificate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Key
Declaration
[JsonPropertyName("key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |