Click or drag to resize

IApplicationIdentityProviderServiceGetSecureKey Method

Get the secure key for the specified application (can be used for symmetric encryption)

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
byte[] GetSecureKey(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:SanteDB.Core.Security.Services.IApplicationIdentityProviderService.GetSecureKey(System.String)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:SanteDB.Core.Security.Services.IApplicationIdentityProviderService.GetSecureKey(System.String)"]

See Also