Click or drag to resize

CertificateInfo Constructor

Initializes a new instance of the CertificateInfo class

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public CertificateInfo(
	string localAddress,
	X509Certificate2 certificate
)

Parameters

localAddress
Type: SystemString
certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
See Also