| OpenIdConfigurationInfoIdTokenSigning Property |
Gets the signing algorithms
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public List<string> IdTokenSigning { get; set; }
Public Property IdTokenSigning As List(Of String)
Get
Set
public:
property List<String^>^ IdTokenSigning {
List<String^>^ get ();
void set (List<String^>^ value);
}
member IdTokenSigning : List<string> with get, set
Property Value
Type:
ListStringSee Also