Compartir a través de


ISecret Interfaz

Definición

Representa un valor secreto.

public interface class ISecret : IDisposable
public interface ISecret : IDisposable
type ISecret = interface
    interface IDisposable
Public Interface ISecret
Implements IDisposable
Derivado
Implementaciones

Propiedades

Length

Longitud (en bytes) del valor del secreto.

Métodos

WriteSecretIntoBuffer(ArraySegment<Byte>)

Escribe el valor del secreto en el búfer especificado.

Se aplica a