AsymmetricKey.ProviderName Property
Gets or sets an asymmetric security key provider name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute> _
Public Property ProviderName As String
Get
Set
'Usage
Dim instance As AsymmetricKey
Dim value As String
value = instance.ProviderName
instance.ProviderName = value
[SfcPropertyAttribute]
public string ProviderName { get; set; }
[SfcPropertyAttribute]
public:
property String^ ProviderName {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member ProviderName : string with get, set
function get ProviderName () : String
function set ProviderName (value : String)
Property Value
Type: System.String
Returns a String value that identifies the key provider name.
See Also