This topic has not yet been rated - Rate this topic

CertificateCollection.Item Property (String)

Gets a Certificate object in the collection by name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public Certificate this[
	string name
] { get; }

Parameters

name
Type: System.String
A string value that specifies the name of the Certificate object in the CertificateCollection collection.

Property Value

Type: Microsoft.SqlServer.Management.Smo.Certificate
A Certificate object value that represents the certificate.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.