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

Syntax

Visual Basic
<ObsoleteAttribute("This method has been deprecated. Please use Add method instead.",  _
	False)> _
Public Sub AddCertificate ( _
	cert As Certificate _
)
C#
[ObsoleteAttribute("This method has been deprecated. Please use Add method instead.", 
	false)]
public void AddCertificate(
	Certificate cert
)

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also