Class VersionServiceInfoType
Class for the service-specific information.
Inherited Members
Namespace: Ng911Common
Assembly: Ng911Lib.dll
Syntax
public class VersionServiceInfoType
Constructors
| Edit this page View SourceVersionServiceInfoType()
Constructor
Declaration
public VersionServiceInfoType()
Properties
| Edit this page View SourcerequiredAlgorithms
Algorithms requied by the service. alg Header Parameter Values for JWS. Each item must be either "EdDSA" or "none". Optional.
Declaration
public List<string> requiredAlgorithms { get; set; }
Property Value
Type | Description |
---|---|
List<string> |