ConfigurationEncryption Class
Provide encryption for configuration.
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.MediaServices.Client.ConfigurationEncryption
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Class ConfigurationEncryption _
Implements IDisposable
'Usage
Dim instance As ConfigurationEncryption
public class ConfigurationEncryption : IDisposable
public ref class ConfigurationEncryption : IDisposable
type ConfigurationEncryption =
class
interface IDisposable
end
public class ConfigurationEncryption implements IDisposable
The ConfigurationEncryption type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConfigurationEncryption() | Initializes a new instance of the ConfigurationEncryption class. | |
ConfigurationEncryption(Guid, array<Byte[], array<Byte[]) | Initializes a new instance of the ConfigurationEncryption class. |
Top
Properties
Name | Description | |
---|---|---|
KeyIdentifier | Gets the key identifier. |
Top
Methods
Name | Description | |
---|---|---|
Decrypt | Decrypts the specified encrypted value. | |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Dispose(Boolean) | Releases unmanaged and - optionally - managed resources. | |
Encrypt | Encrypts the configuration. | |
EncryptContentKeyToCertificate | Encrypts the content key using the specified certificate. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChecksum | Gets the checksum. | |
GetContentKey | Gets the content key. | |
GetHashCode | (Inherited from Object.) | |
GetInitializationVector | Gets the initialization vector. | |
GetInitializationVectorAsString | Gets the initialization vector as string. | |
GetInitializationVectorFromString | Gets the initialization vector from string. | |
GetKeyIdentifierAsString | Gets the key identifier as string. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
SchemeName | The name of the encryption scheme. | |
SchemeVersion | The version of the encryption scheme. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.