KeyWrapAlgorithm Struct

Definition

An algorithm used for key wrap and unwrap.

public readonly struct KeyWrapAlgorithm : IEquatable<Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm>
type KeyWrapAlgorithm = struct
Public Structure KeyWrapAlgorithm
Implements IEquatable(Of KeyWrapAlgorithm)
Inheritance
KeyWrapAlgorithm
Implements

Constructors

KeyWrapAlgorithm(String)

Initializes a new instance of the KeyWrapAlgorithm structure.

Properties

A128KW

Gets an AES 128 Key Wrap KeyWrapAlgorithm.

A192KW

Gets an AES 192 Key Wrap KeyWrapAlgorithm.

A256KW

Gets an AES 256 Key Wrap KeyWrapAlgorithm.

Rsa15

Gets an RSA1_5 KeyWrapAlgorithm.

RsaOaep

Gets an RSA-OAEP KeyWrapAlgorithm.

RsaOaep256

Gets an RSA-OAEP-256 KeyWrapAlgorithm.

Operators

Equality(KeyWrapAlgorithm, KeyWrapAlgorithm)

Determines if two KeyWrapAlgorithm values are the same.

Implicit(String to KeyWrapAlgorithm)

Converts a string to a KeyWrapAlgorithm.

Inequality(KeyWrapAlgorithm, KeyWrapAlgorithm)

Determines if two KeyWrapAlgorithm values are different.

Applies to