SiteSigningAuthFailureTrust Class

 

Event that is fired when there is a trust error with the certificate, such as an invalid certification authority.

Namespace:   Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)


[SerializableAttribute]
public ref class SiteSigningAuthFailureTrust sealed : CcmFrameworkError

NameDescription
System_CAPS_pubmethodSiteSigningAuthFailureTrust()

Initializes a new instance of the SiteSigningAuthFailureTrust class.

NameDescription
System_CAPS_pubpropertyClientId

Gets or sets the client ID of the client sending the status message. (Inherited from CcmEvent.)

System_CAPS_pubpropertyDateTime

Gets or sets the time for the status message. The default value is Now.

This value needs to be set to a SmsTime-style format, not a DateTime format, or serialization on the management point will fail. (Inherited from CcmEvent.)

System_CAPS_pubpropertyEventId

Gets or sets the NT event ID for the message. (Inherited from CcmEvent.)

System_CAPS_pubpropertyHResult

Gets or sets the HRESULT for the underlying function call that generates the message.

System_CAPS_pubpropertyProcessId

Gets or sets the ProcessID for the message. The default value is the ID for the current process. (Inherited from CcmEvent.)

System_CAPS_pubpropertySeverity

CCM_Framework_Error messages are always "Error".

Important: Do not override this property in any inheriting classes. (Inherited from CcmFrameworkError.)

System_CAPS_pubpropertyStatusMessageType

Status message of type CCM_LocationServices_SiteSigning_AuthFailure_Trust. (Overrides CcmFrameworkError::StatusMessageType.)

System_CAPS_pubpropertyThreadId

Gets or sets the ThreadID for the message. The default value is the thread ID for the current process. (Inherited from CcmEvent.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: