Gets or sets the file format.

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

Syntax

C#
public CertificateFormat FileFormat { get; set; }
Visual Basic
Public Property FileFormat As CertificateFormat
	Get
	Set
Visual C++
public:
property CertificateFormat FileFormat {
	CertificateFormat get ();
	void set (CertificateFormat value);
}

Field Value

The file format.

See Also