1 write to _algorithm
System.Security.Cryptography (1)
System\Security\Cryptography\CngAlgorithm.cs (1)
21
_algorithm
= algorithm;
7 references to _algorithm
System.Security.Cryptography (7)
System\Security\Cryptography\CngAlgorithm.cs (7)
31
return
_algorithm
;
57
Debug.Assert(
_algorithm
!= null);
69
return
_algorithm
.Equals(other.Algorithm);
74
Debug.Assert(
_algorithm
!= null);
75
return
_algorithm
.GetHashCode();
80
Debug.Assert(
_algorithm
!= null);
81
return
_algorithm
;