MSFT_SoftError_NotAuthenticated class
Represents an access-denied error.
The following syntax is simplified from Managed Object Format (MOF) code.
Syntax
class MSFT_SoftError_NotAuthenticated : MSFT_SoftError
{
String MessageID;
String Message;
};
Members
The MSFT_SoftError_NotAuthenticated class has these types of members:
Properties
The MSFT_SoftError_NotAuthenticated class has these properties.
Message
Data type: String
Access type: Read-only
The message displayed to the user. The value of this property is "%1: The storage management provider has not been authenticated with the storage subsystem \"%2\". Extra configuration may be required.%3"
"%1" should be replaced with the corresponding storage provider's MSFT_StorageProvider.Name property. "%2" should be replaced with the subsystem's MSFT_StorageSubSystem.FriendlyName property. "%3" can be replaced with extra error information.
MessageID
Data type: String
Access type: Read-only
The message identifier. The value of this property is "40001". This is the specific error code for 'Access Denied'.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Namespace | Root\Microsoft\Windows\Storage |
MOF | Storagewmi.mof |