IEntropySourceIsPredictionResistant Property
Return whether or not this entropy source is regarded as prediction resistant.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
bool IsPredictionResistant { get; }
ReadOnly Property IsPredictionResistant As Boolean
Get
property bool IsPredictionResistant {
bool get ();
}
function get_IsPredictionResistant();
Property Value
Booleantrue if this instance is prediction resistant; otherwise,
false.