LicenseContext 클래스
라이센스 있는 개체의 사용 가능 시기를 지정하고 도메인 내부에서 실행 중인 라이센스를 지원하는 데 필요한 추가 서비스를 얻는 방법을 제공합니다.
네임스페이스: System.ComponentModel
어셈블리: System(system.dll)
구문
‘선언
Public Class LicenseContext
Implements IServiceProvider
‘사용 방법
Dim instance As LicenseContext
public class LicenseContext : IServiceProvider
public ref class LicenseContext : IServiceProvider
public class LicenseContext implements IServiceProvider
public class LicenseContext implements IServiceProvider
설명
이 클래스에서는 기본 LicenseContext를 제공합니다. 또한 이 클래스는 런타임 지원만 구현하며 저장된 라이센스 키는 지원하지 않습니다.
참고
이 클래스에 적용되는 HostProtectionAttribute 특성의 Resources 속성 값은 SharedState입니다. HostProtectionAttribute는 대개 아이콘을 두 번 클릭하거나, 명령을 입력하거나, 브라우저에서 URL을 입력하여 시작되는 데스크톱 응용 프로그램에 영향을 미치지 않습니다. 자세한 내용은 HostProtectionAttribute 클래스나 SQL Server 프로그래밍 및 호스트 보호 특성을 참조하십시오.
상속자 참고 사항 디자인 타임 라이센스 지원을 구현하려면 이 클래스에서 상속한 후 UsageMode, GetSavedLicenseKey, GetService 및 SetSavedLicenseKey 멤버를 재정의해야 합니다. 저장된 라이센스 키를 구현하려면 GetSavedLicenseKey 및 SetSavedLicenseKey 메서드를 재정의합니다. 라이센스에 대한 자세한 내용은 방법: 구성 요소 및 컨트롤 라이센스를 참조하십시오.
상속 계층 구조
System.Object
System.ComponentModel.LicenseContext
System.ComponentModel.Design.DesigntimeLicenseContext
스레드로부터의 안전성
이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.
플랫폼
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
2.0, 1.1, 1.0에서 지원
참고 항목
참조
LicenseContext 멤버
System.ComponentModel 네임스페이스
License 클래스
LicenseException
LicenseManager
LicenseProvider
LicenseProviderAttribute
LicFileLicenseProvider
LicenseUsageMode