NSUrlCredentialStorage.GetCredentials 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.
Überlädt
GetCredentials(NSUrlProtectionSpace) | |
GetCredentials(NSUrlProtectionSpace, NSUrlSessionTask, Action<NSDictionary>) |
GetCredentials(NSUrlProtectionSpace)
[Foundation.Export("credentialsForProtectionSpace:")]
public virtual Foundation.NSDictionary GetCredentials (Foundation.NSUrlProtectionSpace forProtectionSpace);
abstract member GetCredentials : Foundation.NSUrlProtectionSpace -> Foundation.NSDictionary
override this.GetCredentials : Foundation.NSUrlProtectionSpace -> Foundation.NSDictionary
Parameter
- forProtectionSpace
- NSUrlProtectionSpace
Gibt zurück
- Attribute
Gilt für:
GetCredentials(NSUrlProtectionSpace, NSUrlSessionTask, Action<NSDictionary>)
[Foundation.Export("getCredentialsForProtectionSpace:task:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void GetCredentials (Foundation.NSUrlProtectionSpace protectionSpace, Foundation.NSUrlSessionTask task, Action<Foundation.NSDictionary> completionHandler);
abstract member GetCredentials : Foundation.NSUrlProtectionSpace * Foundation.NSUrlSessionTask * Action<Foundation.NSDictionary> -> unit
override this.GetCredentials : Foundation.NSUrlProtectionSpace * Foundation.NSUrlSessionTask * Action<Foundation.NSDictionary> -> unit
Parameter
- protectionSpace
- NSUrlProtectionSpace
- task
- NSUrlSessionTask
- Attribute