VerifyResolverSignatureOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that specify whether the Merge Agent must verify the digital signature on a Component Object Model (COM)-based conflict resolver to determine if it is from a trusted source.
public enum class VerifyResolverSignatureOption
public enum VerifyResolverSignatureOption
type VerifyResolverSignatureOption =
Public Enum VerifyResolverSignatureOption
- Inheritance
-
VerifyResolverSignatureOption
Fields
Name | Value | Description |
---|---|---|
NoVerification | 0 | Digital signature verification is not performed. |
TrustedAuthority | 1 | Digital signature verification is performed. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.