Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.OpenAlgorithm C# (CSharp) Méthode

OpenAlgorithm() public static méthode

public static OpenAlgorithm ( string algorithm ) : AsymmetricKeyAlgorithmProvider
algorithm string
Résultat AsymmetricKeyAlgorithmProvider
		public static AsymmetricKeyAlgorithmProvider OpenAlgorithm (string algorithm)
		{
			throw new NotImplementedException();
		}