Class ZitiEnrollment.EnrollmentResult
Inheritance
System.Object
ZitiEnrollment.EnrollmentResult
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 EnrollmentResult
Constructors
| Improve this Doc View SourceEnrollmentResult(IntPtr)
Declaration
public EnrollmentResult(IntPtr nativeConfig)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | nativeConfig |
Fields
| Improve this Doc View SourceContext
Declaration
public object Context
Field Value
Type | Description |
---|---|
System.Object |
Status
Declaration
public ZitiStatus Status
Field Value
Type | Description |
---|---|
ZitiStatus |
Properties
| Improve this Doc View SourceJson
Declaration
public string Json { get; }
Property Value
Type | Description |
---|---|
System.String |
Message
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
System.String |
ZitiIdentity
Declaration
public ZitiIdentityFormat ZitiIdentity { get; set; }
Property Value
Type | Description |
---|---|
ZitiIdentityFormat |