SecurityConfiguration Class

 

Represents a security configuration.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public sealed class SecurityConfiguration
[SerializableAttribute]
public ref class SecurityConfiguration sealed 
<SerializableAttribute>
Public NotInheritable Class SecurityConfiguration

Constructors

Name Description
System_CAPS_pubmethod SecurityConfiguration()

Initializes a new instance of the SecurityConfiguration class.

Properties

Name Description
System_CAPS_pubproperty CertificateSelectionCriteria

Gets or sets certificate selection criteria.

System_CAPS_pubproperty CertificateStoreName

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

System_CAPS_pubproperty FallbackSecurityMode

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

System_CAPS_pubproperty HttpPort

Gets or sets the HTTP communication port.

System_CAPS_pubproperty HttpsPort

Gets or sets the HTTPS communication port.

System_CAPS_pubproperty SecureSecurityMode

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

System_CAPS_pubproperty SelectFirstCertificate

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

System_CAPS_pubproperty SerializedCertificateSelectFirstFlag

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

System_CAPS_pubproperty SiteSigningCertificate

Gets or sets the site signing certificate blob.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top