public static AsymmetricKeyParameter CreateKey(
byte[] keyInfoData
)
Public Shared Function CreateKey (
keyInfoData As Byte()
) As AsymmetricKeyParameter
public:
static AsymmetricKeyParameter^ CreateKey(
array<unsigned char>^ keyInfoData
)
Org.BouncyCastle.Security.PublicKeyFactory.CreateKey = function(keyInfoData);