ISecretWithEncapsulation public interface ISecretWithEncapsulation : IDisposable Documentation Code byte[] GetEncapsulation() Return the data that carries the secret in its encapsulated form. byte[] GetSecret() Return the secret associated with the encapsulation.