License.LicenseKey 속성

정의

파생 클래스에서 재정의된 경우 이 구성 요소에 부여된 라이선스 키를 가져옵니다.

public:
 abstract property System::String ^ LicenseKey { System::String ^ get(); };
public abstract string LicenseKey { get; }
member this.LicenseKey : string
Public MustOverride ReadOnly Property LicenseKey As String

속성 값

이 구성 요소에 부여된 라이선스 키입니다.

설명

LicenseProvider 유니코드 문자 문자열을 라이선스 키로 사용할 수 있습니다. 는 LicenseKey 불투명 쿠키, 즉 의도적으로 숨겨진 내부 구조를 가진 쿠키로 처리되어야 합니다.

적용 대상

추가 정보