X509CertificateSkiMode Enumeration

Specifies the algorithm that WSE uses to compute the value of the subject key identifier that is associated with X.509 certificates.

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

Usage

'Usage
Dim x509CertificateSkiMode1 As X509CertificateSkiMode = X509CertificateSkiMode.CAPI

Syntax

'Declaration
Public Enum X509CertificateSkiMode
public enum X509CertificateSkiMode
public enum class X509CertificateSkiMode
public enum X509CertificateSkiMode
public enum X509CertificateSkiMode

Members

Member name Description
CAPI Uses the Microsoft Cryptography API (CAPI) to compute the subject key identifier. This is the default algorithm for WSE 2.0.
IssuerSerial Instead of generating a child <KeyIdentifier> element for the <wsse:SecurityTokenReference element>, a <dsig:X509IssuerSerial> element is generated. The <dsig:X509IssuerSerial> element specifies a reference to a security token that is not included in the SOAP message.
RFC3280 Uses an RFC 3280 compliant algorithm.
ThumbprintSHA1 Creates a SHA1 hash of the public key, as specified in the WS-Security 1.1 specification. This is the default algorithm for WSE 3.0.

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

Microsoft.Web.Services3.Security.X509 Namespace

Other Resources

<x509> Element