Namespace: DSInternals.Win32.WebAuthn
Assembly: DSInternals.Win32.WebAuthn.dll
The operation to perform on the large blob.
public enum CredentialLargeBlobOperation : uint
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.