Click or drag to resize
SSLOptionsSetCertificateCollection Method
Sets the collection that contains the client certificates

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public SSLOptions SetCertificateCollection(
	X509CertificateCollection certificates
)

Parameters

certificates
Type: System.Security.Cryptography.X509CertificatesX509CertificateCollection

Return Value

Type: SSLOptions
See Also