C# Class Disco.Client.Extensions.EnrolExtensions

Mostra file Open project: garysharp/Disco

Public Methods

Method Description
Build ( this enrol ) : void
Process ( this enrolResponse ) : void

Private Methods

Method Description
ApplyDeviceAssignedUser ( this enrolResponse ) : void

Processes a Client Service Enrol Response for Device Assigned User Actions

ApplyDeviceCertificates ( this enrolResponse ) : void
ApplyOfflineDomainJoin ( this enrolResponse ) : bool

Processes a Client Service Enrol Response for Offline Domain Join Actions

ApplyWirelessProfiles ( this enrolResponse ) : void

Method Details

Build() public static method

public static Build ( this enrol ) : void
enrol this
return void

Process() public static method

public static Process ( this enrolResponse ) : void
enrolResponse this
return void