SymmetricKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A simple Symmetric Key
public class SymmetricKey : IDisposable, Microsoft.Azure.KeyVault.Core.IKey
type SymmetricKey = class
interface IKey
interface IDisposable
Public Class SymmetricKey
Implements IDisposable, IKey
- Inheritance
-
System.ObjectSymmetricKey
- Implements
-
IKey System.IDisposable
Constructors
SymmetricKey() |
Default constructor |
SymmetricKey(String) |
Constructor. |
SymmetricKey(String, Byte[]) |
Constructor |
SymmetricKey(String, Int32) |
Constructor |
Fields
KeySize128 | |
KeySize192 | |
KeySize256 | |
KeySize384 | |
KeySize512 |
Properties
DefaultEncryptionAlgorithm | |
DefaultKeyWrapAlgorithm | |
DefaultSignatureAlgorithm | |
Kid |