 | ISslCertificateBinderBindCertificate Method |
Bind the specificed hash to ipAddress
Namespace: SanteDB.Rest.Common.Configuration.InteropAssembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxvoid BindCertificate(
IPAddress ipAddress,
int port,
byte[] hash,
bool negoatiateClientCert,
StoreName storeName,
StoreLocation storeLocation
)
Sub BindCertificate (
ipAddress As IPAddress,
port As Integer,
hash As Byte(),
negoatiateClientCert As Boolean,
storeName As StoreName,
storeLocation As StoreLocation
)
void BindCertificate(
IPAddress^ ipAddress,
int port,
array<unsigned char>^ hash,
bool negoatiateClientCert,
StoreName storeName,
StoreLocation storeLocation
)
abstract BindCertificate :
ipAddress : IPAddress *
port : int *
hash : byte[] *
negoatiateClientCert : bool *
storeName : StoreName *
storeLocation : StoreLocation -> unit 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