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