SecKeyChain.AddInternetPassword 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 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
Parameter
- serverName
- String
- accountName
- String
- password
- Byte[]
- protocolType
- SecProtocol
- port
- Int16
- path
- String
- authenticationType
- SecAuthenticationType
- securityDomain
- String