Share via


IASAuthorizationPublicKeyCredentialRegistration Interface

Definition

This interface represents the Objective-C protocol ASAuthorizationPublicKeyCredentialRegistration.

[Foundation.Protocol(Name="ASAuthorizationPublicKeyCredentialRegistration", WrapperType=typeof(AuthenticationServices.ASAuthorizationPublicKeyCredentialRegistrationWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="rawAttestationObject", IsProperty=true, IsRequired=true, IsStatic=false, Name="RawAttestationObject", PropertyType=typeof(Foundation.NSData), Selector="rawAttestationObject")]
public interface IASAuthorizationPublicKeyCredentialRegistration : AuthenticationServices.IASPublicKeyCredential, IDisposable
[<Foundation.Protocol(Name="ASAuthorizationPublicKeyCredentialRegistration", WrapperType=typeof(AuthenticationServices.ASAuthorizationPublicKeyCredentialRegistrationWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="rawAttestationObject", IsProperty=true, IsRequired=true, IsStatic=false, Name="RawAttestationObject", PropertyType=typeof(Foundation.NSData), Selector="rawAttestationObject")>]
type IASAuthorizationPublicKeyCredentialRegistration = interface
    interface INativeObject
    interface IDisposable
    interface IASAuthorizationCredential
    interface INSCoding
    interface INSCopying
    interface INSSecureCoding
    interface IASPublicKeyCredential
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
CredentialId (Inherited from IASPublicKeyCredential)
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
RawAttestationObject
RawClientDataJson (Inherited from IASPublicKeyCredential)

Methods

Name Description
Copy(NSZone)

Performs a copy of the underlying Objective-C object.

(Inherited from INSCopying)
EncodeTo(NSCoder)

Encodes the state of the object using the provided encoder.

(Inherited from INSCoding)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to