VerifyResolverSignatureOption Enumeration
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.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntax
'Declaration
Public Enumeration VerifyResolverSignatureOption
public enum VerifyResolverSignatureOption
public enum class VerifyResolverSignatureOption
public enum VerifyResolverSignatureOption
public enum VerifyResolverSignatureOption
Members
Member name | Description |
---|---|
NoVerification | Digital signature verification is not performed. |
TrustedAuthority | Digital signature verification is performed. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
Microsoft.SqlServer.Replication Namespace
MergeArticle Class