SecKeyChain.FindInternetPassword 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 FindInternetPassword (string serverName, string accountName, out 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 FindInternetPassword : string * string * * 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