Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 810 Bytes

asymmetrickeyalgorithmprovider_openalgorithm_637226074.md

File metadata and controls

27 lines (19 loc) · 810 Bytes
-api-id -api-type
M:Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.OpenAlgorithm(System.String)
winrt method

Windows.Security.Cryptography.Core.AsymmetricKeyAlgorithmProvider.OpenAlgorithm

-description

Creates an instance of the AsymmetricKeyAlgorithmProvider class and opens the specified algorithm for use.

-parameters

-param algorithm

Algorithm name.

-returns

Represents a public key algorithm provider.

-remarks

Use the static properties in the AsymmetricAlgorithmNames class to specify the name of the algorithm to open.

-examples

-see-also