3 references to None
System.Core (3)
System\Security\Cryptography\AesCryptoServiceProvider.cs (3)
322
while (algorithm.aiAlgId != CapiNative.AlgorithmId.
None
) {
421
Contract.Result<CapiNative.AlgorithmId>() == CapiNative.AlgorithmId.
None
);
434
return CapiNative.AlgorithmId.
None
;