WSTrustServiceContract.ImportSchema (Método)
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.
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim exporter As WsdlExporter Dim context As WsdlEndpointConversionContext Dim ns As String Me.ImportSchema(exporter, context, ns)
Sintaxis
'Declaración
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
)
Parámetros
- 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.
Excepciones
Tipo de excepción | Condición |
---|---|
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. |
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
WSTrustServiceContract (Clase)
WSTrustServiceContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)