次の方法で共有


ConnectionCredential クラス

定義

接続の資格情報が含まれます。

public ref class ConnectionCredential sealed
public sealed class ConnectionCredential
type ConnectionCredential = class
Public NotInheritable Class ConnectionCredential
継承
ConnectionCredential

コンストラクター

ConnectionCredential(String, String, Boolean)

接続の資格情報が含まれます。

ConnectionCredential(String, String)

ConnectionCredential クラスの新しいインスタンスを初期化します。

フィールド

CurrentUserAccount

現在のシステム アカウントで ConnectionCredential 作成されるオブジェクトを表します。

プロパティ

Domain

接続資格情報のドメインを取得します。

Password

接続資格情報のパスワードを取得します。

UseBasicAuthentication

接続の資格情報が含まれます。

UserName

接続資格情報のユーザー名を取得します。

UseSystemAccount

システム アカウントを使用する必要があるかどうかを示す値を取得します。

メソッド

Equals(Object)

指定したオブジェクトが、現在の ConnectionCredential オブジェクトと等しいかどうかを判断します。

GetHashCode()

接続資格情報のハッシュ コードを返します。

適用対象