public interface ISecretWithEncapsulation : IDisposable
Public Interface ISecretWithEncapsulation
Inherits IDisposable
public interface class ISecretWithEncapsulation : IDisposable
Org.BouncyCastle.Crypto.ISecretWithEncapsulation = function();
Org.BouncyCastle.Crypto.ISecretWithEncapsulation.createInterface('Org.BouncyCastle.Crypto.ISecretWithEncapsulation');
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
GetEncapsulation | Return the data that carries the secret in its encapsulated form. |
GetSecret | Return the secret associated with the encapsulation. |