Expand Minimize
This topic has not yet been rated - Rate this topic

AsymmetricKeySourceType Enumeration

The AsymmetricKeySourceType enumeration contains values that are used to specify the source type used to load an asymmetric key.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public enum AsymmetricKeySourceType
Member nameDescription
File Executable = 2 - Load the public key from an executable
Executable File = 1 - Load the public key from a file
SqlAssemblySqlAssembly = 3 - Load the public key from an SqlAssembly
ProviderProvider = 4 - Load the public key from the Cryptographic Provider
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.