The PublisherRPCSecurityMode property determines the security mode used by the immediate-updating Subscriber trigger RPC when connecting to the Publisher.
object.PublisherRPCPassword [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list. |
value | Specifies the mode of security enforced during immediate-updating Subscriber RPC login at the Publisher. The value is from the REPLRPC_SECURITY_TYPE enumeration. |
This property is relevant only to immediate-updating subscriptions.
Long, enumerated.
Read/write
HRESULT get_PublisherRPCPassword(REPLRPC_SECURITY_TYPE *pVal);
HRESULT put_PublisherRPCPassword(REPLRPC_SECURITY_TYPE newVal);