IVpnCredential.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 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
App capabilities |
networkingVpnProvider
|