Mentalis.org Security Library documentation

Certificate.Clone Method 

Creates a copy of this Certificate.

[Visual Basic]
NotOverridable Public Function Clone() As Object Implements _
   ICloneable.Clone
[C#]
public object Clone();

Return Value

The Certificate this method creates, cast as an object.

Implements

ICloneable.Clone

See Also

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace