public static SecureRandom GetSecureRandom(
SecureRandom secureRandom
)
Public Shared Function GetSecureRandom (
secureRandom As SecureRandom
) As SecureRandom
public:
static SecureRandom^ GetSecureRandom(
SecureRandom^ secureRandom
)
Org.BouncyCastle.Crypto.CryptoServicesRegistrar.GetSecureRandom = function(secureRandom);