Click or drag to resize
SecurityKeyFactoryCreateFromRSACrypto 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 CreateFromRSACrypto(
	RSACryptoServiceProvider rsa
)

Parameters

rsa
Type: System.Security.CryptographyRSACryptoServiceProvider

Return Value

Type: ISecurityKeyProvider
See Also