LAContext.SetCredentialType(NSData, LACredentialType) 方法

定义

尝试将指定的凭据 type 设置为指定的 credential,如果成功,则 true 返回 。

[Foundation.Export("setCredential:type:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool SetCredentialType (Foundation.NSData credential, LocalAuthentication.LACredentialType type);
abstract member SetCredentialType : Foundation.NSData * LocalAuthentication.LACredentialType -> bool
override this.SetCredentialType : Foundation.NSData * LocalAuthentication.LACredentialType -> bool

参数

credential
NSData

内容待定。

此参数可以为 null

返回

属性

适用于