SecSharedCredential.RequestSharedWebCredential Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RequestSharedWebCredential(String, String, Action<SecSharedCredentialInfo[],NSError>) | |
RequestSharedWebCredential(String, String, Action<String[],NSError>) |
Obsolete.
|
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
Parameters
- domainName
- String
- account
- String
- handler
- Action<SecSharedCredentialInfo[],NSError>
Applies to
RequestSharedWebCredential(String, String, Action<String[],NSError>)
Caution
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
Parameters
- domainName
- String
- account
- String
- Attributes