Condividi tramite


X509Util.KeyUsageOID Field

Represents the object identifier (OID) for the key usage extension.

Namespace: Microsoft.Web.Services3.Security.X509
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim returnValue As String
returnValue = X509Util.KeyUsageOID

Dim sampleValue As String
X509Util.KeyUsageOID = sampleValue

Syntax

'Declaration
Public Shared ReadOnly KeyUsageOID As String
public static readonly string KeyUsageOID;
public:
static initonly String^ KeyUsageOID;
public static System.String KeyUsageOID;
public static var KeyUsageOID : String;

Remarks

The object identifier (OID) for the key usage extension is "2.5.29.14".

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

X509Util Class
X509Util Members
Microsoft.Web.Services3.Security.X509 Namespace