 | JsonWebSignatureWithSystemKey Method |
JSON web signature data with a named key
Namespace: SanteDB.Core.Security.SigningAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic JsonWebSignature WithSystemKey(
string keyId
)
Public Function WithSystemKey (
keyId As String
) As JsonWebSignature
public:
JsonWebSignature^ WithSystemKey(
String^ keyId
)
member WithSystemKey :
keyId : string -> JsonWebSignature 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