C-DEngine 5.105

TheServiceHostInfo..::..RequiredClientCertRootThumbprints Property

List of Thumbprints of allowed client certificates

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public List<string> RequiredClientCertRootThumbprints { get; set; }
Public Property RequiredClientCertRootThumbprints As List(Of String)
	Get
	Set
public:
property List<String^>^ RequiredClientCertRootThumbprints {
	List<String^>^ get ();
	void set (List<String^>^ value);
}