次の方法で共有


SecSharedCredential クラス

定義

Web サイトの共有ユーザー名とパスワードを表します。

[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
継承
SecSharedCredential
属性

プロパティ

SharedPassword

Web サイトの共有ユーザー名とパスワードを表します。

メソッド

AddSharedWebCredential(String, String, String, Action<NSError>)

Web サイトの共有ユーザー名とパスワードを表します。

CreateSharedWebCredentialPassword()

Web サイトの共有ユーザー名とパスワードを表します。

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

Web サイトの共有ユーザー名とパスワードを表します。

RequestSharedWebCredential(String, String, Action<String[],NSError>)
古い.

Web サイトの共有ユーザー名とパスワードを表します。

適用対象