SecurityConfiguration Class

 

Represents a security configuration.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::SecurityConfiguration

[SerializableAttribute]
public ref class SecurityConfiguration sealed 

NameDescription
System_CAPS_pubmethodSecurityConfiguration()

Initializes a new instance of the SecurityConfiguration class.

NameDescription
System_CAPS_pubpropertyCertificateSelectionCriteria

Gets or sets certificate selection criteria.

System_CAPS_pubpropertyCertificateStoreName

Gets or sets the certificate store name. If you don't set this property, "MY" is used.

System_CAPS_pubpropertyFallbackSecurityMode

Gets or sets the fallback security mode to use if SSL is not available.

System_CAPS_pubpropertyHttpPort

Gets or sets the HTTP communication port.

System_CAPS_pubpropertyHttpsPort

Gets or sets the HTTPS communication port.

System_CAPS_pubpropertySecureSecurityMode

Gets or sets the security mode to use if SSL is available.

System_CAPS_pubpropertySelectFirstCertificate

If true, the first valid certificate will be selected if there are multiple matches.

System_CAPS_pubpropertySerializedCertificateSelectFirstFlag

Gets or sets a value that indicates whether the first valid certificate is selected. This property should only be used for serialization.

System_CAPS_pubpropertySiteSigningCertificate

Gets or sets the site signing certificate blob.

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: