Compartir a través de


StreamingPathEncryptionScheme Estructura

Definición

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