System.Security.Cryptography.AsymmetricKeyExchangeFormatter.CreateKeyExchange C# (CSharp) Méthode

CreateKeyExchange() public abstract méthode

public abstract CreateKeyExchange ( byte data ) : byte[]
data byte
Résultat byte[]
		public abstract byte[] CreateKeyExchange (byte[] data);

Same methods

AsymmetricKeyExchangeFormatter::CreateKeyExchange ( byte data, Type symAlgType ) : byte[]