Click or drag to resize

JwsResourcePointerServiceResolveResource Method

Let's resolve the specified resource

Namespace: SanteDB.Core.Services.Impl
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public IHasIdentifiers ResolveResource(
	string data,
	bool validate = true
)

Parameters

data  String

[Missing <param name="data"/> documentation for "M:SanteDB.Core.Services.Impl.JwsResourcePointerService.ResolveResource(System.String,System.Boolean)"]

validate  Boolean  (Optional)

[Missing <param name="validate"/> documentation for "M:SanteDB.Core.Services.Impl.JwsResourcePointerService.ResolveResource(System.String,System.Boolean)"]

Return Value

IHasIdentifiers

[Missing <returns> documentation for "M:SanteDB.Core.Services.Impl.JwsResourcePointerService.ResolveResource(System.String,System.Boolean)"]

Implements

IResourcePointerServiceResolveResource(String, Boolean)
See Also