Aracılığıyla paylaş


CryptographicProvider Class

The CryptographicProvider object represents a SQL Server cryptographic provider.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
<PhysicalFacetAttribute> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
Public NotInheritable Class CryptographicProvider
    Inherits NamedSmoObject
    Implements ICreatable, IAlterable, IDroppable, IScriptable
[PhysicalFacetAttribute] 
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)] 
public sealed class CryptographicProvider : NamedSmoObject, ICreatable, IAlterable, IDroppable, 
    IScriptable
[PhysicalFacetAttribute] 
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)] 
public ref class CryptographicProvider sealed : public NamedSmoObject, ICreatable, IAlterable, IDroppable, 
    IScriptable
/** @attribute PhysicalFacetAttribute() */ 
/** @attribute EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule) */ 
public final class CryptographicProvider extends NamedSmoObject implements ICreatable, IAlterable, 
    IDroppable, IScriptable
PhysicalFacetAttribute 
EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule) 
public final class CryptographicProvider extends NamedSmoObject implements ICreatable, IAlterable, 
    IDroppable, IScriptable

Remarks

Inheritance Hierarchy

System.Object
   Microsoft.SqlServer.Management.Smo.SmoObjectBase
     Microsoft.SqlServer.Management.Smo.SqlSmoObject
       Microsoft.SqlServer.Management.Smo.NamedSmoObject
        Microsoft.SqlServer.Management.Smo.CryptographicProvider

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.