CredentialCommand コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CredentialCommand(PasswordCredential) |
PasswordCredential オブジェクトを使用して CredentialCommand クラスの新しいインスタンスを初期化します。 |
CredentialCommand(PasswordCredential, CredentialCommandCredentialDeletedHandler) |
PasswordCredential オブジェクトと CredentialCommandCredentialDeletedHandler デリゲートを使用して、CredentialCommand クラスの新しいインスタンスを初期化します。 |
CredentialCommand(PasswordCredential)
PasswordCredential オブジェクトを使用して CredentialCommand クラスの新しいインスタンスを初期化します。
public:
CredentialCommand(PasswordCredential ^ passwordCredential);
CredentialCommand(PasswordCredential const& passwordCredential);
public CredentialCommand(PasswordCredential passwordCredential);
function CredentialCommand(passwordCredential)
Public Sub New (passwordCredential As PasswordCredential)
パラメーター
- passwordCredential
- PasswordCredential
パスワードの資格情報。
こちらもご覧ください
適用対象
CredentialCommand(PasswordCredential, CredentialCommandCredentialDeletedHandler)
PasswordCredential オブジェクトと CredentialCommandCredentialDeletedHandler デリゲートを使用して、CredentialCommand クラスの新しいインスタンスを初期化します。
public:
CredentialCommand(PasswordCredential ^ passwordCredential, CredentialCommandCredentialDeletedHandler ^ deleted);
CredentialCommand(PasswordCredential const& passwordCredential, CredentialCommandCredentialDeletedHandler const& deleted);
public CredentialCommand(PasswordCredential passwordCredential, CredentialCommandCredentialDeletedHandler deleted);
function CredentialCommand(passwordCredential, deleted)
Public Sub New (passwordCredential As PasswordCredential, deleted As CredentialCommandCredentialDeletedHandler)
パラメーター
- passwordCredential
- PasswordCredential
パスワードの資格情報。
資格情報の削除を処理するデリゲート。