Show / Hide Table of Contents

Class SecurityOptions

Common server settings.

Inheritance
System.Object
SecurityOptions
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public class SecurityOptions : object

Properties

View Source

AdminGroup

Gets or sets the Roster administrator group.

Declaration
public Guid AdminGroup { get; set; }
Property Value
Type Description
Guid
View Source

DeveloperGroup

Gets or sets the Roster developer group.

Declaration
public Guid DeveloperGroup { get; set; }
Property Value
Type Description
Guid
  • View Source
In This Article
Back to top Generated by DocFX