VpnCredential.CertificateCredential Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
App capabilities |
networkingVpnProvider
|