예제 #1
0
 public DeviceInfo.CodeproofService.DeviceProperty GetDeviceProperty(DeviceInfo.CodeproofService.Authenticate AuthObj, DeviceInfo.CodeproofService.CPID cpid)
 {
     return(base.Channel.GetDeviceProperty(AuthObj, cpid));
 }
예제 #2
0
 public DeviceInfo.CodeproofService.CPID[] GetCPIDs(DeviceInfo.CodeproofService.Authenticate AuthObj)
 {
     return(base.Channel.GetCPIDs(AuthObj));
 }