Click or drag to resize

JsonWebSignatureWithSystemKey Method

JSON web signature data with a named key

Namespace: SanteDB.Core.Security.Signing
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public JsonWebSignature WithSystemKey(
	string keyId
)

Parameters

keyId  String

[Missing <param name="keyId"/> documentation for "M:SanteDB.Core.Security.Signing.JsonWebSignature.WithSystemKey(System.String)"]

Return Value

JsonWebSignature

[Missing <returns> documentation for "M:SanteDB.Core.Security.Signing.JsonWebSignature.WithSystemKey(System.String)"]

See Also