Class Roles
Static class that defines the roles for Agents, Agencies, Elements, Services and Certificate Authorities (CA).
Inherited Members
Namespace: Ng911CertUtils
Assembly: Ng911Lib.dll
Syntax
public static class Roles
Fields
| Edit this page View SourceAgencyRoles
Defines a list of roles for an agency. See Sections 5.3, 10.27, 10.5, 10.6 and 10.7 of NENA-STA-010.3.
Declaration
public static readonly List<string> AgencyRoles
Field Value
Type | Description |
---|---|
List<string> |
AgentRoles
Defines a list of roles for an agent. See Sections 5.3 and 10.28 of NENA-STA-010.3.
Declaration
public static readonly List<string> AgentRoles
Field Value
Type | Description |
---|---|
List<string> |
CaRoles
Roles for a Certificate Authority (CA). See Section 7.1.2.11 of the PCA Certificate Policy document.
Declaration
public static readonly List<string> CaRoles
Field Value
Type | Description |
---|---|
List<string> |
ElementRoles
Roles for an element. This list is TBD.
Declaration
public static readonly List<string> ElementRoles
Field Value
Type | Description |
---|---|
List<string> |
ServiceRoles
Roles for a Service. This list is TBD.
Declaration
public static readonly List<string> ServiceRoles
Field Value
Type | Description |
---|---|
List<string> |