Click or drag to resize

ISslCertificateBinder Interface

A tool which can bind certificates to an IP address

Namespace: SanteDB.Rest.Common.Configuration.Interop
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public interface ISslCertificateBinder

The ISslCertificateBinder type exposes the following members.

Properties
 NameDescription
Public propertyPlatform Gets the platform on which this binder operates
Top
Methods
 NameDescription
Public methodBindCertificate Bind the specificed hash to ipAddress
Public methodUnbindCertificate Unbind the certificate to the specified ipAddress
Top
See Also