KeyWrapAlgorithm Class

Definition

public abstract class KeyWrapAlgorithm : Microsoft.Azure.KeyVault.Cryptography.Algorithm
type KeyWrapAlgorithm = class
    inherit Algorithm
Public MustInherit Class KeyWrapAlgorithm
Inherits Algorithm
Inheritance
KeyWrapAlgorithm
Derived

Constructors

KeyWrapAlgorithm(String)

Properties

Name (Inherited from Algorithm)

Methods

CreateDecryptor(Byte[], Byte[])
CreateEncryptor(Byte[], Byte[])

Applies to