public interface ILicenseContainerProvider
Public Interface ILicenseContainerProvider
public interface class ILicenseContainerProvider
type ILicenseContainerProvider = interface end
IsSupported | Возвращает признак того, что указанный формат лицензии formatType поддерживается, т.е. вызов TryResolve(LicenseFormatType) не вернёт null. |
TryResolve | Возвращает объект ILicenseContainer для указанного формата лицензии formatType. |