Click or drag to resize

ISslCertificateBinderUnbindCertificate Method

Unbind the certificate to the specified ipAddress

Namespace: SanteDB.Rest.Common.Configuration.Interop
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
void UnbindCertificate(
	IPAddress ipAddress,
	int port,
	byte[] hash,
	StoreName storeName,
	StoreLocation storeLocation
)

Parameters

ipAddress  IPAddress
The IP address for the binding
port  Int32
The port where the certificate should be bound
hash  Byte
The certificate to bind
storeName  StoreName
The name of the certificate store
storeLocation  StoreLocation
The location of the certificate store
See Also