X509CRL2ExtensionsShowUI Method

Displays a X.509 Certificate Revocation List UI dialog.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public static void ShowUI(
	this X509CRL2 crl
)

Parameters

crl  X509CRL2

[Missing <param name="crl"/> documentation for "M:SysadminsLV.PKI.Cryptography.X509Certificates.X509CRL2Extensions.ShowUI(SysadminsLV.PKI.Cryptography.X509Certificates.X509CRL2)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type X509CRL2. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also