Click or drag to resize

HttpSslToolBindCertificate Method

Set certificate binding

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

Parameters

ipAddress  IPAddress

[Missing <param name="ipAddress"/> documentation for "M:SanteDB.Rest.Common.Configuration.Interop.HttpSslTool.BindCertificate(System.Net.IPAddress,System.Int32,System.Byte[],System.Boolean,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation)"]

port  Int32

[Missing <param name="port"/> documentation for "M:SanteDB.Rest.Common.Configuration.Interop.HttpSslTool.BindCertificate(System.Net.IPAddress,System.Int32,System.Byte[],System.Boolean,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation)"]

hash  Byte

[Missing <param name="hash"/> documentation for "M:SanteDB.Rest.Common.Configuration.Interop.HttpSslTool.BindCertificate(System.Net.IPAddress,System.Int32,System.Byte[],System.Boolean,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation)"]

negotiateClientCert  Boolean

[Missing <param name="negotiateClientCert"/> documentation for "M:SanteDB.Rest.Common.Configuration.Interop.HttpSslTool.BindCertificate(System.Net.IPAddress,System.Int32,System.Byte[],System.Boolean,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation)"]

store  StoreName

[Missing <param name="store"/> documentation for "M:SanteDB.Rest.Common.Configuration.Interop.HttpSslTool.BindCertificate(System.Net.IPAddress,System.Int32,System.Byte[],System.Boolean,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation)"]

location  StoreLocation

[Missing <param name="location"/> documentation for "M:SanteDB.Rest.Common.Configuration.Interop.HttpSslTool.BindCertificate(System.Net.IPAddress,System.Int32,System.Byte[],System.Boolean,System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation)"]

Implements

ISslCertificateBinderBindCertificate(IPAddress, Int32, Byte, Boolean, StoreName, StoreLocation)
See Also