Click or drag to resize
CertificateInfo Constructor
Initializes a new instance of the CertificateInfo class

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

Parameters

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