IMutableDatabase.Certificates Property
Gets a collection of all certificates in the database.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property Certificates As IMutableMetadataCollection(Of ICertificate)
Get
'Usage
Dim instance As IMutableDatabase
Dim value As IMutableMetadataCollection(Of ICertificate)
value = instance.Certificates
IMutableMetadataCollection<ICertificate> Certificates { get; }
property IMutableMetadataCollection<ICertificate^>^ Certificates {
IMutableMetadataCollection<ICertificate^>^ get ();
}
abstract Certificates : IMutableMetadataCollection<ICertificate>
function get Certificates () : IMutableMetadataCollection<ICertificate>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<ICertificate>
The IMutableMetadataCollection<T> of ICertificate that contains all certificates in the database.