다음을 통해 공유


SecSharedCredential.RequestSharedWebCredential 메서드

정의

오버로드

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

적용 대상

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
handler
Action<String[],NSError>
특성

적용 대상