Click or drag to resize

ICredentialProvider Interface

Authorization event args

Namespace: SanteDB.Core.Http
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface ICredentialProvider

The ICredentialProvider type exposes the following members.

Methods
 NameDescription
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