Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class SiteSecret

Inheritance
System.Object
SiteSecret
Implements
Namespace: EPiServer.ApplicationModules.Security
Assembly: EPiServer.ApplicationModules.dll
Version: 12.0.3
Syntax
[EPiServerDataTable(TableName = "tblSystemBigTable")]
public class SiteSecret : Object, ISiteSecret

Constructors

SiteSecret()

Declaration
public SiteSecret()

Properties

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid

Secret

Declaration
public byte[] Secret { get; set; }
Property Value
Type Description
System.Byte[]

SiteId

Declaration
public string SiteId { get; set; }
Property Value
Type Description
System.String

Implements

Extension Methods