Returns an array of enhanced key usage identifiers.

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

Syntax

Visual Basic
Public Function GetEnhancedUsage As String()
C#
public string[] GetEnhancedUsage()

Return Value

An array of enhanced key usage identifiers, or null if the certificate is valid for all uses.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also