مشاركة عبر


CryptographicProviderCollection.ItemById Method

Returns an item based on the item identifier.

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

Syntax

'Declaration
Public Function ItemById ( _
    id As Integer _
) As CryptographicProvider
'Usage
Dim instance As CryptographicProviderCollection 
Dim id As Integer 
Dim returnValue As CryptographicProvider 

returnValue = instance.ItemById(id)
public CryptographicProvider ItemById(
    int id
)
public:
CryptographicProvider^ ItemById(
    int id
)
member ItemById : 
        id:int -> CryptographicProvider
public function ItemById(
    id : int
) : CryptographicProvider

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Smo.CryptographicProvider
The cryptographic provider that has the specified identifier.

Examples

Using Collections

See Also

Reference

CryptographicProviderCollection Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Using Collections

Extensible Key Management (EKM)