Click or drag to resize

IRestClientSecurityDescription Interface

Represtens REST client security description

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

The IRestClientSecurityDescription type exposes the following members.

Properties
 NameDescription
Public propertyAuthRealm Gets the authentication realm
Public propertyCertificateValidator Gets the certificate validator
Public propertyClientCertificate Gets the certificate
Public propertyCredentialProvider Gets the credential provider
Public propertyCredentialProviderParameters Credential provider parameters
Public propertyMode Gets or sets the mode of security
Public propertyPreemptiveAuthentication When true instructs the client to pre-emptively authenticate itself
Top
See Also