Méthode WSTrustServiceContract.ImportSchema
Imports all the required schema if not already present in the WSDL. The default implementation will import the following schemas, (a) WS-Trust Feb 2005. (b) WS-Trust 1.3 Derived classes can override this method to import other schemas.
Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim exporter As WsdlExporter Dim context As WsdlEndpointConversionContext Dim ns As String Me.ImportSchema(exporter, context, ns)
Syntaxe
'Déclaration
Protected Overridable Sub ImportSchema ( _
exporter As WsdlExporter, _
context As WsdlEndpointConversionContext, _
ns As String _
)
protected virtual void ImportSchema (
WsdlExporter exporter,
WsdlEndpointConversionContext context,
string ns
)
protected:
virtual void ImportSchema (
WsdlExporter^ exporter,
WsdlEndpointConversionContext^ context,
String^ ns
)
protected void ImportSchema (
WsdlExporter exporter,
WsdlEndpointConversionContext context,
String ns
)
protected function ImportSchema (
exporter : WsdlExporter,
context : WsdlEndpointConversionContext,
ns : String
)
Paramètres
- exporter
The WsdlExporter that exports the contract information.
- context
Provides mappings from exported WSDL elements to the endpoint description.
- ns
The current WS-Trust namespace for which the schemas are imported.
Exceptions
Type d'exception | Condition |
---|---|
ArgumentNullException | The parameter 'exporter' or 'context' is null. |
ArgumentException | The parameter 'ns' is either null or String.Empty. |
InvalidOperationException | The namespace 'ns' is not a recognized WS-Trust namespace. |
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe WSTrustServiceContract
Membres WSTrustServiceContract
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust