WindowsSoftwareUpdateProviderTrustState Enum
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.
public enum class WindowsSoftwareUpdateProviderTrustState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 131072)]
enum class WindowsSoftwareUpdateProviderTrustState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 131072)]
public enum WindowsSoftwareUpdateProviderTrustState
var value = Windows.Management.Update.WindowsSoftwareUpdateProviderTrustState.signedTrusted
Public Enum WindowsSoftwareUpdateProviderTrustState
- Inheritance
-
WindowsSoftwareUpdateProviderTrustState
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| SignedTrusted | 0 | |
| SignedUntrusted | 1 | |
| Unsigned | 2 |