Get the CRL name

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

Syntax

C#
public static string ListName(
	LLCertificateStore store
)
Visual Basic
Public Shared Function ListName ( _
	store As LLCertificateStore _
) As String
Visual C++
public:
static String^ ListName(
	LLCertificateStore^ store
)

Return Value

The name of the list

See Also