Click or drag to resize
SecurityKeyFactoryCreateByFile 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 CreateByFile(
	string fileName,
	string pw
)

Parameters

fileName
Type: SystemString
pw
Type: SystemString

Return Value

Type: ISecurityKeyProvider
See Also