Show / Hide Table of Contents

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 Source

EnrollmentResult(IntPtr)

Declaration
public EnrollmentResult(IntPtr nativeConfig)
Parameters
Type Name Description
System.IntPtr nativeConfig

Fields

| Improve this Doc View Source

Context

Declaration
public object Context
Field Value
Type Description
System.Object
| Improve this Doc View Source

Status

Declaration
public ZitiStatus Status
Field Value
Type Description
ZitiStatus

Properties

| Improve this Doc View Source

Json

Declaration
public string Json { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ZitiIdentity

Declaration
public ZitiIdentityFormat ZitiIdentity { get; set; }
Property Value
Type Description
ZitiIdentityFormat
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX