Wrapper around Certificate class. Holds information about certificate path and format

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public class LLCertificate : Certificate
Visual Basic
Public Class LLCertificate _
	Inherits Certificate
Visual C++
public ref class LLCertificate : public Certificate

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Security.Certificates..::..Certificate
    LLCryptoLib.Security.Certificates..::..LLCertificate

See Also