Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function CreateEncryptor( _ ByVal thumbprint As String, _ Optional ByVal storeName As StoreName, _ Optional ByVal storeLocation As StoreLocation _ ) As IAsymmetricEncryptor |
Visual Basic (Usage) | ![]() |
---|---|
Dim thumbprint As String Dim storeName As StoreName Dim storeLocation As StoreLocation Dim value As IAsymmetricEncryptor value = AsymmetricProtector.CreateEncryptor(thumbprint, storeName, storeLocation) |
C# | |
---|---|
public static IAsymmetricEncryptor CreateEncryptor( string thumbprint, StoreName storeName, StoreLocation storeLocation ) |
C++/CLI | |
---|---|
public: static IAsymmetricEncryptor^ CreateEncryptor( String^ thumbprint, StoreName storeName, StoreLocation storeLocation ) |
Parameters
- thumbprint
- storeName
- storeLocation
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2