IWithKey<ParentT> インターフェイス

定義

パスワードまたは証明書の設定を許可する資格情報定義ステージ。

public interface IWithKey<ParentT>
type IWithKey<'ParentT> = interface
Public Interface IWithKey(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithPasswordValue(String)

キーとしてパスワードを使用します。

適用対象