Returns the certificate's common name, if available.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetCommonName As String
C#
public string GetCommonName()

Return Value

Common name; or null if not available.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also