语言

SubscriptionBackupInformation.Password 属性

定义

获取或设置访问备份设备所需的密码。

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

属性值

一个String值。

注解

使用该 SecurePassword 属性设置媒体密码。 SecurePassword 在密码存在内存期间,它能提供更好的安全性。

如果可能,请在运行时提示用户输入安全凭据。 如果你必须存储凭证,可以使用Microsoft Windows .NET框架提供的加密服务

该属性可被任何用户访问。

该命名空间、类或成员仅在 .NET 框架 2.0 版本中支持。

适用于