Freigeben über


NSUrlCredentialStorage.GetCredentials Methode

Definition

Ü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
completionHandler
Action<NSDictionary>

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

Attribute

Gilt für: