WifiP2pDevice.IsPassphraseDisplayBootstrappingMethodSupported 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.
Returns true if passphrase display bootstrapping method is supported.
public virtual bool IsPassphraseDisplayBootstrappingMethodSupported { [Android.Runtime.Register("isPassphraseDisplayBootstrappingMethodSupported", "()Z", "GetIsPassphraseDisplayBootstrappingMethodSupportedHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isPassphraseDisplayBootstrappingMethodSupported", "()Z", "GetIsPassphraseDisplayBootstrappingMethodSupportedHandler", ApiSince=36)>]
member this.IsPassphraseDisplayBootstrappingMethodSupported : bool
Property Value
- Attributes
Remarks
Returns true if passphrase display bootstrapping method is supported. Defined in Wi-Fi Alliance Wi-Fi Direct R2 Specification Table 10 - Bootstrapping Methods.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.