SecurityConfiguration.SelectFirstCertificate Property

 

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

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

Syntax

public bool SelectFirstCertificate { get; set; }
public:
property bool SelectFirstCertificate {
    bool get();
    void set(bool value);
}
Public Property SelectFirstCertificate As Boolean

Property Value

Type: System.Boolean

See Also

SecurityConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top