Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 630 Bytes

DSInternals.Win32.WebAuthn.CredentialLargeBlobOperation.md

File metadata and controls

37 lines (16 loc) · 630 Bytes

Enum CredentialLargeBlobOperation

Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll

The operation to perform on the large blob.

public enum CredentialLargeBlobOperation : uint

Fields

None = 0

Corresponds to WEBAUTHN_CRED_LARGE_BLOB_OPERATION_NONE.

Get = 1

Corresponds to WEBAUTHN_CRED_LARGE_BLOB_OPERATION_GET.

Set = 2

Corresponds to WEBAUTHN_CRED_LARGE_BLOB_OPERATION_SET.

Delete = 3

Corresponds to WEBAUTHN_CRED_LARGE_BLOB_OPERATION_DELETE.