Show / Hide Table of Contents

Request Property

Request

This indicates what the SDK is requesting.

C#
public KeyEntryRequest Request { get; set; }

Property Value

Type Description
KeyEntryRequest

Remarks

Note that a delegate MUST NEVER throw an exception if the Request is KeyEntryRequest.Release. The Release is called from inside a finally block, and it is a bad idea to throw exceptions from inside finally.

In this article
Back to top Generated by DocFX