IVpnCredential.CertificateCredential Property

Definition

Gets the certificate that the plug-in was granted access to after requesting it.

public:
 property Certificate ^ CertificateCredential { Certificate ^ get(); };
Certificate CertificateCredential();
public Certificate CertificateCredential { get; }
var certificate = iVpnCredential.certificateCredential;
Public ReadOnly Property CertificateCredential As Certificate

Property Value

Gets the certificate to which we were granted access for use in the VPN connection.

Windows requirements

Requirements Description
App capabilities
networkingVpnProvider

Applies to