次の方法で共有


AuthState.Credentials プロパティ

定義

認証用に選択されたユーザー ICredentials (使用可能な場合) を返します

public virtual Org.Apache.Http.Authentication.ICredentials? Credentials { [Android.Runtime.Register("getCredentials", "()Lorg/apache/http/auth/Credentials;", "GetGetCredentialsHandler")] get; [Android.Runtime.Register("setCredentials", "(Lorg/apache/http/auth/Credentials;)V", "GetSetCredentials_Lorg_apache_http_auth_Credentials_Handler")] set; }
[<get: Android.Runtime.Register("getCredentials", "()Lorg/apache/http/auth/Credentials;", "GetGetCredentialsHandler")>]
[<set: Android.Runtime.Register("setCredentials", "(Lorg/apache/http/auth/Credentials;)V", "GetSetCredentials_Lorg_apache_http_auth_Credentials_Handler")>]
member this.Credentials : Org.Apache.Http.Authentication.ICredentials with get, set

プロパティ値

属性

注釈

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象