다음을 통해 공유


PasswordCredential.Password 속성

정의

자격 증명의 암호 문자열을 가져오거나 설정합니다. 이 값은 null이거나 비어 있으면 안 되며, 그렇지 않으면 예외가 throw됩니다. 이 속성의 초기 값을 설정하려면 먼저 RetrievePassword 를 호출해야 합니다.

public:
 property Platform::String ^ Password { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Password();

void Password(winrt::hstring password);
public string Password { get; set; }
var string = passwordCredential.password;
passwordCredential.password = string;
Public Property Password As String

속성 값

String

Platform::String

winrt::hstring

자격 증명의 암호 문자열입니다.

적용 대상