MergeArticle.VerifyResolverSignature Property

Definition

Gets or sets the options for verifying the digital signature on a COM-based conflict resolver to determine if it is from a trusted source.

public:
 property Microsoft::SqlServer::Replication::VerifyResolverSignatureOption VerifyResolverSignature { Microsoft::SqlServer::Replication::VerifyResolverSignatureOption get(); void set(Microsoft::SqlServer::Replication::VerifyResolverSignatureOption value); };
public Microsoft.SqlServer.Replication.VerifyResolverSignatureOption VerifyResolverSignature { get; set; }
member this.VerifyResolverSignature : Microsoft.SqlServer.Replication.VerifyResolverSignatureOption with get, set
Public Property VerifyResolverSignature As VerifyResolverSignatureOption

Property Value

A VerifyResolverSignatureOption value.

Remarks

The default value of VerifyResolverSignature is NoVerification.

The VerifyResolverSignature property can be retrieved by members of the sysadmin fixed server role at the Publisher and at the Subscriber (for republishing Subscribers). It can also be retrieved by members of the db_owner fixed database role on the publication database, by members of the replmonitor fixed database role at the Distributor, and by users who are members of the publication access list (PAL).

The VerifyResolverSignature property can be set by members of the sysadmin fixed server role at the Publisher. It can also be set by members of the db_owner fixed database role on the publication database.

Retrieving VerifyResolverSignature is equivalent to executing sp_helpmergearticle (Transact-SQL).

Setting VerifyResolverSignature is equivalent to executing sp_addmergearticle (Transact-SQL) or sp_changemergearticle (Transact-SQL).

Applies to