PublicationArticle.VerifyResolverSignature Property
Gets or sets the options for verifying 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 Property VerifyResolverSignature As VerifyResolverSignatureOption
public VerifyResolverSignatureOption VerifyResolverSignature { get; set; }
public:
property VerifyResolverSignatureOption VerifyResolverSignature {
VerifyResolverSignatureOption get ();
void set (VerifyResolverSignatureOption value);
}
/** @property */
public VerifyResolverSignatureOption get_VerifyResolverSignature ()
/** @property */
public void set_VerifyResolverSignature (VerifyResolverSignatureOption value)
public function get VerifyResolverSignature () : VerifyResolverSignatureOption
public function set VerifyResolverSignature (value : VerifyResolverSignatureOption)
Property Value
A VerifyResolverSignatureOption value.
Remarks
This property is only available with instances of Microsoft SQL Server 2000 or SQL Server 2005.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
PublicationArticle Class
PublicationArticle Members
Microsoft.SqlServer.Replication Namespace
MergeArticle.VerifyResolverSignature Property