| 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; }
Public Property TokenAlgorithms As List(Of String)
Get
Set
public:
property List<String^>^ TokenAlgorithms {
List<String^>^ get ();
void set (List<String^>^ value);
}
member TokenAlgorithms : List<string> with get, set
Property Value
Type:
ListStringThe token algorithms.
See Also