SolutionPackage.Generate - Méthode (X509Certificate2, String)
Génère le package et se connecte avec le certificat donné.
Espace de noms : Microsoft.Office.SharePoint.ClientExtensions.Publishing
Assembly : Microsoft.Office.SharePoint.ClientExtensions (dans Microsoft.Office.SharePoint.ClientExtensions.dll)
Syntaxe
'Déclaration
Public Function Generate ( _
cert As X509Certificate2, _
targetDocLibRelativePath As String _
) As String
'Utilisation
Dim instance As SolutionPackage
Dim cert As X509Certificate2
Dim targetDocLibRelativePath As String
Dim returnValue As String
returnValue = instance.Generate(cert, _
targetDocLibRelativePath)
public string Generate(
X509Certificate2 cert,
string targetDocLibRelativePath
)
Paramètres
cert
Type : System.Security.Cryptography.X509Certificates.X509Certificate2Le certificat utilisé pour signer le package X 509.
targetDocLibRelativePath
Type : System.StringLe chemin d'accès de la bibliothèque de documents où le package doit être publié. Ce chemin d'accès est par rapport à l'URL du site.
Valeur renvoyée
Type : System.String
La chaîne URL du package de solution.
Exceptions
Exception | Condition |
---|---|
PublishException | Cette exception est générée si une des conditions suivantes s'applique :
|
Exemples
Code Snippet: Create a BCS Solution Package for a Declarative Solution
Voir aussi
Référence
Microsoft.Office.SharePoint.ClientExtensions.Publishing - Espace de noms