ASPasswordCredential.Create(String, String) 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.
Static factory methods to create a new ASPasswordCredential.
[Foundation.Export("credentialWithUser:password:")]
public static AuthenticationServices.ASPasswordCredential Create (string user, string password);
static member Create : string * string -> AuthenticationServices.ASPasswordCredential
Parameters
- user
- String
- password
- String
Returns
- Attributes