Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
<ObsoleteAttribute("CertificateChain.DefaultEngine property has been deprecated. Please use CertificateChainEngine.Auto instead.",  _
	False)> _
Public Shared ReadOnly Property DefaultEngine As CertificateChainEngine
	Get
C#
[ObsoleteAttribute("CertificateChain.DefaultEngine property has been deprecated. Please use CertificateChainEngine.Auto instead.", 
	false)]
public static CertificateChainEngine DefaultEngine { get; }

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also