IVpnCredential.AdditionalPin 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 an additional PIN supplied by the user, typically when requesting user name, password, and PIN.
public:
property Platform::String ^ AdditionalPin { Platform::String ^ get(); };
winrt::hstring AdditionalPin();
public string AdditionalPin { get; }
var string = iVpnCredential.additionalPin;
Public ReadOnly Property AdditionalPin As String
Property Value
An additional PIN provided by the user.
Windows requirements
App capabilities |
networkingVpnProvider
|