Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As VerifyResolverSignatureOption
public enum VerifyResolverSignatureOption
public enum class VerifyResolverSignatureOption
type 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.