DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / Revoke Method



In This Topic
    Revoke Method
    In This Topic
    Revokes all temporary and permanent licenses
    Syntax
    'Declaration
     
    Public Function Revoke() As Byte()
    'Usage
     
    Dim instance As DicomLicense
    Dim value() As Byte
     
    value = instance.Revoke()
    public byte[] Revoke()
    public:
    array<byte>^ Revoke(); 

    Return Value

    A byte array containing a token which may be used to "prove" that revokation has occured
    Remarks

    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.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also