KeyReleasePolicy Class

Definition

The policy rules under which the key can be exported.

public class KeyReleasePolicy
type KeyReleasePolicy = class
Public Class KeyReleasePolicy
Inheritance
KeyReleasePolicy

Constructors

KeyReleasePolicy(BinaryData)

Initializes a new instance of the KeyReleasePolicy class.

Properties

ContentType

Gets or sets the content type and version of key release policy. The service default is "application/json; charset=utf-8".

EncodedPolicy

Gets the policy rules under which the key can be released encoded based on the ContentType.

Immutable

Gets or sets the mutability state of the policy. Once marked immutable, this flag cannot be reset and the policy cannot be changed under any circumstances.

Applies to