次の方法で共有


AllJoynCredentials.PasswordCredential プロパティ

定義

重要

Windows.Devices.AllJoyn 名前空間の型は非推奨であり、今後のバージョンの Windows では使用できない可能性があります。 AllJoyn は、AllSeen Alliance によって後援され、ライトのオンとオフ、温度の読み取りなどのモノのインターネット (IoT) シナリオ向けのオープンソースの検出および通信プロトコルでした。 IoTivity LiteIoTivity などの代替手段については、iotivity.org Web サイトを参照してください。

認証に使用されるユーザー名 (存在する場合) とパスワード。

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 でのみ使用され、他の認証メカニズムでは無視されます。

適用対象