ISecret Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |