VpnCredential.CertificateCredential Property

Definition

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

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

Property Value

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

Implements

Windows requirements

Requirements Description
App capabilities
networkingVpnProvider

Applies to