| AmiServiceClientGetCertificates Method |
Gets a list of certificates.
Namespace:
SanteDB.Messaging.AMI.Client
Assembly:
SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax public AmiCollection GetCertificates()
Public Function GetCertificates As AmiCollection
public:
AmiCollection^ GetCertificates()
member GetCertificates : unit -> AmiCollection
Return Value
Type:
AmiCollectionReturns a collection of certificates which match the specified query.
See Also