SecKeyChain.FindInternetPassword Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- serverName
- String
- accountName
- String
- password
- Byte[]
- protocolType
- SecProtocol
- port
- Int16
- path
- String
- authenticationType
- SecAuthenticationType
- securityDomain
- String