System.Security.Cryptography.AsymmetricKeyExchangeDeformatter.SetKey C# (CSharp) 메소드

SetKey() 공개 추상적인 메소드

public abstract SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
리턴 void
		public abstract void SetKey (AsymmetricAlgorithm key);
	}