Click or drag to resize

ISslCertificateBinderBindCertificate Method

Bind the specificed hash to ipAddress

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

Parameters

ipAddress  IPAddress
The IP address where the binding should be set
port  Int32
The port of the binding
hash  Byte
The certificate to bind
negoatiateClientCert  Boolean
True if client certs are negotiated
storeName  StoreName
The name of the certificate store
storeLocation  StoreLocation
The location of the certificate store
See Also