Click or drag to resize
SecurityKeyFactoryCreateByPfx Method

Namespace: FlexRule.Security
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static ISecurityKeyProvider CreateByPfx(
	byte[] pfx,
	string pw
)

Parameters

pfx
Type: SystemByte
pw
Type: SystemString

Return Value

Type: ISecurityKeyProvider
See Also