X509Util.SubjectKeyIdentifierOID Field
Represents the object identifier (OID) for the subject key identifier extension.
Namespace: Microsoft.Web.Services3.Security.X509
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As String
returnValue = X509Util.SubjectKeyIdentifierOID
Dim sampleValue As String
X509Util.SubjectKeyIdentifierOID = sampleValue
Syntax
'Declaration
Public Shared ReadOnly SubjectKeyIdentifierOID As String
public static readonly string SubjectKeyIdentifierOID;
public:
static initonly String^ SubjectKeyIdentifierOID;
public static System.String SubjectKeyIdentifierOID;
public static var SubjectKeyIdentifierOID : String;
Remarks
The object identifier (OID) for the subject key identifier extension is "2.5.29.15".
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