Méthode ListSSLCertificates (WMI MSReportServer_ConfigurationSetting)
Retourne la liste des certificats installés sur l'ordinateur serveur de rapports.
Syntaxe
Public Sub CreateSSLCertificateBinding (ByRef CertificateHash() as String, _
ByRef CertName() as String, ByRef HostName() as String, ByRef Length as Int32, _
ByRef HRESULT as Int32)
public void ListSSLCertificates(out string[] CertificateHash,
out string[] CertName, out string[] Hostname, out Int32 length,
out Int32 HRESULT);
Paramètres
CertificateHash[]
[out] Hachages des certificats.CertName[]
[out] Noms des certificats.HostName[]
[out] Noms d'hôtes des certificats.Length
[out] Représente la longueur des tableaux CertificateHash, CertName et HostName.HRESULT
[out] Valeur indiquant si l'appel a réussi ou échoué.
Valeur de retour
Retourne un paramètre HRESULT qui indique si l'appel de la méthode a abouti ou a échoué. La valeur 0 indique que l'appel de la méthode a abouti ; un code d'erreur indique que l'appel n'a pas abouti.
Conditions requises
Espace de noms : root\Microsoft\SqlServer\ReportServer\RS_<EncodedInstanceName>\v10\Admin
Plateforme : Windows Server 2003, Datacenter Edition ; Windows Server 2003, Enterprise Edition ; Windows Server 2003, Standard Edition ; Windows Vista ; Windows XP Professionnel avec Service Pack 2 (SP2) ou Service Pack 1 (SP1) ; ou Windows 2000 (toutes versions)