'DeclarationPublic Function Revoke() As System.Byte()
public System.byte[] Revoke()
Return Value
A byte array containing a token which may be used to "prove" that revokation has occured
'DeclarationPublic Function Revoke() As System.Byte()
public System.byte[] Revoke()
This method is only available in special builds of DicomObjects which include the temporary licensing facility
This method can only be called when a valid temporary license is active.
DicomLicense lic = DicomLicense.CurrentLicense; lic.Revoke();