IEncapsulatedSecretExtractor public interface IEncapsulatedSecretExtractor Documentation Code int EncapsulationLength { get; } The length in bytes of the encapsulation. byte[] ExtractSecret(byte[] encapsulation) Generate an exchange pair based on the recipient public key.