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可以使用任何 Unicode 字符串作为许可证密钥。 LicenseKey应将 视为不透明的 Cookie,即具有有意隐藏的内部结构的 Cookie。

适用于

另请参阅