다음을 통해 공유


AllJoynCredentials.PasswordCredential 속성

정의

중요

Windows.Devices.AllJoyn 네임스페이스의 형식은 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다. AllSeen Alliance가 후원하는 AllJoyn은 조명 켜기 및 끄기, 온도 읽기와 같은 IoT(사물 인터넷) 시나리오에 대한 오픈 소스 검색 및 통신 프로토콜이었습니다. IoTivity LiteIoTivity와 같은 대안은 iotivity.org 웹 사이트를 참조하세요.

인증에 사용되는 사용자 이름(있는 경우) 및 암호입니다.

public:
 property PasswordCredential ^ PasswordCredential { PasswordCredential ^ get(); void set(PasswordCredential ^ value); };
PasswordCredential PasswordCredential();

void PasswordCredential(PasswordCredential value);
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
PasswordCredential PasswordCredential();

void PasswordCredential(PasswordCredential value);
public PasswordCredential PasswordCredential { get; set; }
public PasswordCredential PasswordCredential { [Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("AllJoynCredentials has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] set; }
var passwordCredential = allJoynCredentials.passwordCredential;
allJoynCredentials.passwordCredential = passwordCredential;
Public Property PasswordCredential As PasswordCredential

속성 값

사용자 이름/암호 조합입니다.

특성

Windows 요구 사항

앱 기능
allJoyn

설명

PasswordCredential 개체에 포함된 암호 값은 다음 인증 메커니즘에서 사용됩니다. 인증서와 연결된 프라이빗 키가 암호로 암호화된 경우에도 Rsa에서 선택적으로 사용됩니다. 사용자 이름은 SrpLogon에서만 사용되며 다른 이름은 무시됩니다.

  • SrpAnonymous
  • SrpLogon
  • Pin
  • EcdhePsk

참고

인증서와 연결된 프라이빗 키가 암호로 암호화된 경우 Rsa에 사용됩니다.

PasswordCredential 개체에 포함된 사용자 이름 값은 SrpLogon에서만 사용되며 다른 인증 메커니즘에서 무시됩니다.

적용 대상