Click or drag to resize

ICredentialProvider Interface

Authorization event args

Namespace:  SanteDB.Core.Http
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface ICredentialProvider

The ICredentialProvider type exposes the following members.

Methods
  NameDescription
Public methodAuthenticate
Authenticate a user in the credential.
Public methodGetCredentials(IPrincipal)
Gets credentials for the specified principal
Public methodGetCredentials(IRestClient)
Gets or sets the credentials which are used to authenticate
Top
See Also