VerificationMode Enumeration

Specifies whether WSE searches the TrustedPeople certificate store before verifying the certificate chain.

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

Usage

'Usage
Dim verificationMode1 As VerificationMode = VerificationMode.ChainOnly

Syntax

'Declaration
Public Enum VerificationMode
public enum VerificationMode
public enum class VerificationMode
public enum VerificationMode
public enum VerificationMode

Members

Member name Description
ChainOnly WSE verifies the certificate chain by building a certificate trust chain and accesses the network to do URL retrieval, as needed.
TrustedPeopleOnly WSE verifies the certificate by searching the TrustedPeople certificate store.
TrustedPeopleOrChain WSE verifies the certificate by searching the TrustedPeople certificate store and then by building a certificate trust chain. The certificate is trusted if it passes either verification method.

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.Configuration Namespace

Other Resources

<x509> Element