SubscriptionBackupInformation.MediaPassword 属性

定义

获取或设置访问备份设备上的介质集所需的密码。

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

属性值

一个 String 值。

注解

使用 SecureMediaPassword 属性设置媒体密码。 SecureMediaPassword 为内存中存在的密码提供更好的安全性。

如果可能,请在运行时提示用户输入安全凭据。 如果必须存储凭据,请使用 Windows .NET Framework 提供的 Cryptographic Services Microsoft (加密服务)。

任何用户都可以访问此属性。

仅 .NET Framework 的 2.0 版本支持此命名空间、类或成员。

适用于