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

属性值

授予此组件的许可证密钥。

注解

A LicenseProvider 可以使用任何 Unicode 字符串作为许可证密钥。 LicenseKey应将其视为不透明的 Cookie,即具有故意隐藏的内部结构的 Cookie。

适用于

另请参阅