System.Security.Cryptography.AsymmetricKeyExchangeFormatter.SetKey C# (CSharp) Method

SetKey() public abstract method

public abstract SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
return void
		public abstract void SetKey (AsymmetricAlgorithm key);
	}