IASAuthorizationPublicKeyCredentialDescriptor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface represents the Objective-C protocol ASAuthorizationPublicKeyCredentialDescriptor.
[Foundation.Protocol(Name="ASAuthorizationPublicKeyCredentialDescriptor", WrapperType=typeof(AuthenticationServices.ASAuthorizationPublicKeyCredentialDescriptorWrapper))]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="credentialID", IsProperty=true, IsRequired=true, IsStatic=false, Name="CredentialId", PropertyType=typeof(Foundation.NSData), Selector="credentialID", SetterSelector="setCredentialID:")]
public interface IASAuthorizationPublicKeyCredentialDescriptor : Foundation.INSCopying, Foundation.INSSecureCoding, IDisposable
[<Foundation.Protocol(Name="ASAuthorizationPublicKeyCredentialDescriptor", WrapperType=typeof(AuthenticationServices.ASAuthorizationPublicKeyCredentialDescriptorWrapper))>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Copy, GetterSelector="credentialID", IsProperty=true, IsRequired=true, IsStatic=false, Name="CredentialId", PropertyType=typeof(Foundation.NSData), Selector="credentialID", SetterSelector="setCredentialID:")>]
type IASAuthorizationPublicKeyCredentialDescriptor = interface
interface INativeObject
interface IDisposable
interface INSCoding
interface INSCopying
interface INSSecureCoding
- 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 | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
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) | |