Show / Hide Table of Contents

Class SecurityOptions

Common server settings.

Inheritance
object
SecurityOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.Internal
Assembly: Microsoft.GNS.Roster.Internal.dll
Syntax
public class SecurityOptions

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