ISecret Interface

Definition

Represents a secret value.

public interface class ISecret : IDisposable
public interface ISecret : IDisposable
type ISecret = interface
    interface IDisposable
Public Interface ISecret
Implements IDisposable
Derived
Implements

Properties

Length

The length (in bytes) of the secret value.

Methods

WriteSecretIntoBuffer(ArraySegment<Byte>)

Writes the secret value to the specified buffer.

Applies to