StreamingPathEncryptionScheme Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Esquema de cifrado.
public readonly struct StreamingPathEncryptionScheme : IEquatable<Azure.ResourceManager.Media.Models.StreamingPathEncryptionScheme>
type StreamingPathEncryptionScheme = struct
Public Structure StreamingPathEncryptionScheme
Implements IEquatable(Of StreamingPathEncryptionScheme)
- Herencia
-
StreamingPathEncryptionScheme
- Implementaciones
Constructores
StreamingPathEncryptionScheme(String) |
Inicializa una nueva instancia de la clase StreamingPathEncryptionScheme. |
Propiedades
CommonEncryptionCbcs |
Esquema CommonEncryptionCbcs. |
CommonEncryptionCenc |
Esquema CommonEncryptionCenc. |
EnvelopeEncryption |
Esquema EnvelopeEncryption. |
NoEncryption |
Esquema NoEncryption. |
Métodos
Equals(StreamingPathEncryptionScheme) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(StreamingPathEncryptionScheme, StreamingPathEncryptionScheme) |
Determina si dos StreamingPathEncryptionScheme valores son iguales. |
Implicit(String to StreamingPathEncryptionScheme) |
Convierte una cadena en un StreamingPathEncryptionScheme. |
Inequality(StreamingPathEncryptionScheme, StreamingPathEncryptionScheme) |
Determina si dos StreamingPathEncryptionScheme valores no son los mismos. |
Se aplica a
Azure SDK for .NET