SecKeyChain.AddInternetPassword 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.
public static Security.SecStatusCode AddInternetPassword (string serverName, string accountName, byte[] password, Security.SecProtocol protocolType = Security.SecProtocol.Http, short port = 0, string path = null, Security.SecAuthenticationType authenticationType = Security.SecAuthenticationType.Default, string securityDomain = null);
static member AddInternetPassword : string * string * byte[] * Security.SecProtocol * int16 * string * Security.SecAuthenticationType * string -> Security.SecStatusCode
Parameters
- serverName
- String
- accountName
- String
- password
- Byte[]
- protocolType
- SecProtocol
- port
- Int16
- path
- String
- authenticationType
- SecAuthenticationType
- securityDomain
- String