SecSharedCredential.RequestSharedWebCredential メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RequestSharedWebCredential(String, String, Action<SecSharedCredentialInfo[],NSError>) | |
RequestSharedWebCredential(String, String, Action<String[],NSError>) |
古い.
|
RequestSharedWebCredential(String, String, Action<SecSharedCredentialInfo[],NSError>)
public static void RequestSharedWebCredential (string domainName, string account, Action<Security.SecSharedCredentialInfo[],Foundation.NSError> handler);
static member RequestSharedWebCredential : string * string * Action<Security.SecSharedCredentialInfo[], Foundation.NSError> -> unit
パラメーター
- domainName
- String
- account
- String
- handler
- Action<SecSharedCredentialInfo[],NSError>
適用対象
RequestSharedWebCredential(String, String, Action<String[],NSError>)
注意事項
Use the overload accepting a 'SecSharedCredentialInfo' argument.
[System.Obsolete("Use the overload accepting a 'SecSharedCredentialInfo' argument.")]
public static void RequestSharedWebCredential (string domainName, string account, Action<string[],Foundation.NSError> handler);
static member RequestSharedWebCredential : string * string * Action<string[], Foundation.NSError> -> unit
パラメーター
- domainName
- String
- account
- String
- 属性