Click or drag to resize

SecurityConfigurationSectionTokenAlgorithms Property

Gets or sets the token algorithms.

Namespace:  SanteDB.DisconnectedClient.Configuration
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public List<string> TokenAlgorithms { get; set; }

Property Value

Type: ListString
The token algorithms.
See Also