Interface ISiteSecretManager
Manages all ISite
Namespace: EPiServer.Framework.Security
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public interface ISiteSecretManager
Methods
GetSecret(String)
Gets the site secret for a specific site.
Declaration
ISiteSecret GetSecret(string siteId)
Parameters
Type | Name | Description |
---|---|---|
System. |
siteId | The identity of the site |
Returns
Type | Description |
---|---|
ISite |
List()
Lists all registered site secrets.
Declaration
IEnumerable<ISiteSecret> List()
Returns
Type | Description |
---|---|
System. |