VpnChannel.RequestCustomPrompt(IVectorView<IVpnCustomPrompt>) Method
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.
Not supported.
public:
virtual void RequestCustomPrompt(IVectorView<IVpnCustomPrompt ^> ^ customPrompt) = RequestCustomPrompt;
void RequestCustomPrompt(IVectorView<IVpnCustomPrompt> const& customPrompt);
public void RequestCustomPrompt(IReadOnlyList<IVpnCustomPrompt> customPrompt);
function requestCustomPrompt(customPrompt)
Public Sub RequestCustomPrompt (customPrompt As IReadOnlyList(Of IVpnCustomPrompt))
Parameters
- customPrompt
Not used.
Windows requirements
App capabilities |
networkingVpnProvider
|