Table of Contents

Interface ISecurityConfiguration

The snapshot of information from the security store.

public interface ISecurityConfiguration

Properties

IsolatedPaths

Gets a read-only collection of the isolated paths.

IReadOnlyCollection<string> IsolatedPaths { get; }

Property Value

IReadOnlyCollection<string>

The read-only collection of isolated paths.

See Also

Roles

Gets a read-only collection of the roles defined including their permissions assignments and included roles.

IReadOnlyCollection<IRole> Roles { get; }

Property Value

IReadOnlyCollection<IRole>

The read-only collection of roles.

RolesForAnonymousSessions

Gets the default read-only collection of roles to be assigned to anonymous sessions.

IReadOnlyCollection<string> RolesForAnonymousSessions { get; }

Property Value

IReadOnlyCollection<string>

The read-only collection of roles.

RolesForNamedSessions

Gets the default read-only collection of roles to be assigned to named sessions.

IReadOnlyCollection<string> RolesForNamedSessions { get; }

Property Value

IReadOnlyCollection<string>

The read-only collection of roles.