PowerTCP Mail for .NET
KeyUsage Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Certificate Class : KeyUsage Property




Identifies for what purpose a key should be used.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property KeyUsage As KeyUsage
Visual Basic (Usage)Copy Code
Dim instance As Certificate
Dim value As KeyUsage
 
value = instance.KeyUsage
C# 
public KeyUsage KeyUsage {get;}
Managed Extensions for C++ 
public: __property KeyUsage get_KeyUsage();
C++/CLI 
public:
property KeyUsage KeyUsage {
   KeyUsage get();
}

Property Value

A KeyUsage constant identifying the purpose of a key.

Remarks

Key usage is an extension to the x.509 certificate format specifying the purpose for a key. For example, KeyUsage.ServerAuth identifies that this certificate can be used to provide server authentication.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.