SnapshotGenerationAgent.SecurePublisherEncryptedPassword Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Property SecurePublisherEncryptedPassword As SecureString
    Get
    Set
'Usage
Dim instance As SnapshotGenerationAgent
Dim value As SecureString

value = instance.SecurePublisherEncryptedPassword

instance.SecurePublisherEncryptedPassword = value
[ComVisibleAttribute(false)]
public SecureString SecurePublisherEncryptedPassword { get; set; }
[ComVisibleAttribute(false)]
public:
property SecureString^ SecurePublisherEncryptedPassword {
    SecureString^ get ();
    void set (SecureString^ value);
}
[<ComVisibleAttribute(false)>]
member SecurePublisherEncryptedPassword : SecureString with get, set
function get SecurePublisherEncryptedPassword () : SecureString
function set SecurePublisherEncryptedPassword (value : SecureString)

Property Value

Type: System.Security.SecureString