Поделиться через


Свойство SecurePublisherEncryptedPassword

Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
<ComVisibleAttribute(False)> _
Public Property SecurePublisherEncryptedPassword As SecureString
    Get
    Set
'Применение
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)

Значение свойства

Тип System.Security. . :: . .SecureString