ASPasswordCredential.Create(String, String) 方法

定义

用于创建新的 ASPasswordCredential的静态工厂方法。

[Foundation.Export("credentialWithUser:password:")]
public static AuthenticationServices.ASPasswordCredential Create (string user, string password);
static member Create : string * string -> AuthenticationServices.ASPasswordCredential

参数

user
String
password
String

返回

属性

适用于