Intended key usage.

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

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration KeyUses
C#
[FlagsAttribute]
public enum KeyUses

Members

Member nameDescription
Supported by the .NET Compact FrameworkDigitalSignature
Digital signature.
Supported by the .NET Compact FrameworkNonRepudiation
Non-repudiation.
Supported by the .NET Compact FrameworkKeyEncipherment
Key encipherment.
Supported by the .NET Compact FrameworkDataEncipherment
Data encipherment.
Supported by the .NET Compact FrameworkKeyAgreement
Key agreement.
Supported by the .NET Compact FrameworkKeyCertSign
Certificate signing.
Supported by the .NET Compact FrameworkCrlSign
CRL signing.
Supported by the .NET Compact FrameworkEncipherOnly
Key encipherment only.
Supported by the .NET Compact FrameworkDecipherOnly
Key decipherment only.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also