Class RestrictionEntry
Inheritance
System.Object
RestrictionEntry
Implements
System.ICloneable
Assembly: EPiServer.Licensing.dll
Version: 12.0.3
Syntax
public abstract class RestrictionEntry : Object, ICloneable
Constructors
RestrictionEntry()
Declaration
protected RestrictionEntry()
Properties
Description
Declaration
public abstract string Description { get; }
Property Value
Type |
Description |
System.String |
|
LicensedAssembly
Declaration
public AssemblyName LicensedAssembly { get; }
Property Value
Type |
Description |
System.Reflection.AssemblyName |
|
LicenseName
Declaration
public string LicenseName { get; }
Property Value
Type |
Description |
System.String |
|
Services
Declaration
public LicensingServices Services { get; protected set; }
Property Value
SigningKey
Declaration
public RSA SigningKey { get; }
Property Value
Type |
Description |
System.Security.Cryptography.RSA |
|
Methods
Clone()
Declaration
public abstract object Clone()
Returns
Type |
Description |
System.Object |
|
InternalValidate()
Declaration
protected abstract ValidationResult InternalValidate()
Returns
Setup()
Declaration
public abstract void Setup()
Validate()
Declaration
public ValidationResult Validate()
Returns
Implements
System.ICloneable
Extension Methods