| OpenIdConfigurationInfoUserInfoEndpoint Property |
Get the user information endpoint
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string UserInfoEndpoint { get; set; }
Public Property UserInfoEndpoint As String
Get
Set
public:
property String^ UserInfoEndpoint {
String^ get ();
void set (String^ value);
}
member UserInfoEndpoint : string with get, set
Property Value
Type:
StringSee Also