SecSharedCredential Class

Definition

Represents shared user name and password for a Website.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static class SecSharedCredential
type SecSharedCredential = class
Inheritance
SecSharedCredential
Attributes

Properties

SharedPassword

Methods

AddSharedWebCredential(String, String, String, Action<NSError>)
CreateSharedWebCredentialPassword()
RequestSharedWebCredential(String, String, Action<SecSharedCredentialInfo[],NSError>)
RequestSharedWebCredential(String, String, Action<String[],NSError>)

Applies to