MiracastReceiverConnectionCreatedEventArgs.Pin 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.
Getes the PIN that must be entered by the Miracast Transmitter device, or an empty string if PIN authentication is not in use.
public:
property Platform::String ^ Pin { Platform::String ^ get(); };
winrt::hstring Pin();
public string Pin { get; }
var string = miracastReceiverConnectionCreatedEventArgs.pin;
Public ReadOnly Property Pin As String
Property Value
The PIN, or an empty string if PIN authentication is not used.
Remarks
If the string is not empty, the app should display the PIN so that it can be entered on the Miracast Transmitter device. The connection will be automatically disconnected if the PIN is not entered by the Miracast Transmitter in approximately 30 seconds.