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 | |
---|---|---|
SecurityConfiguration() | Initializes a new instance of the SecurityConfiguration class. |
Properties
Name | Description | |
---|---|---|
CertificateSelectionCriteria | Gets or sets certificate selection criteria. |
|
CertificateStoreName | Gets or sets the certificate store name. If you don't set this property, "MY" is used. |
|
FallbackSecurityMode | Gets or sets the fallback security mode to use if SSL is not available. |
|
HttpPort | Gets or sets the HTTP communication port. |
|
HttpsPort | Gets or sets the HTTPS communication port. |
|
SecureSecurityMode | Gets or sets the security mode to use if SSL is available. |
|
SelectFirstCertificate | If true, the first valid certificate will be selected if there are multiple matches. |
|
SerializedCertificateSelectFirstFlag | Gets or sets a value that indicates whether the first valid certificate is selected. This property should only be used for serialization. |
|
SiteSigningCertificate | Gets or sets the site signing certificate blob. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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