ConnectivityManager.GetNetworkWatchlistConfigHash 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.
The network watchlist is a list of domains and IP addresses that are associated with potentially harmful apps.
[Android.Runtime.Register("getNetworkWatchlistConfigHash", "()[B", "GetGetNetworkWatchlistConfigHashHandler", ApiSince=28)]
public virtual byte[]? GetNetworkWatchlistConfigHash ();
[<Android.Runtime.Register("getNetworkWatchlistConfigHash", "()[B", "GetGetNetworkWatchlistConfigHashHandler", ApiSince=28)>]
abstract member GetNetworkWatchlistConfigHash : unit -> byte[]
override this.GetNetworkWatchlistConfigHash : unit -> byte[]
Returns
Hash of network watchlist config file. Null if config does not exist.
- Attributes
Remarks
The network watchlist is a list of domains and IP addresses that are associated with potentially harmful apps. This method returns the SHA-256 of the watchlist config file currently used by the system for validation purposes.
Java documentation for android.net.ConnectivityManager.getNetworkWatchlistConfigHash()
.
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.