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: 2.2.1
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 propertyMode
Gets or sets the mode of security
Public propertyPreemptiveAuthentication
When true instructs the client to pre-emptively authenticate itself
Top
See Also