1 write to _algorithmGroup
System.Security.Cryptography (1)
System\Security\Cryptography\CngAlgorithmGroup.cs (1)
22
_algorithmGroup
= algorithmGroup;
7 references to _algorithmGroup
System.Security.Cryptography (7)
System\Security\Cryptography\CngAlgorithmGroup.cs (7)
32
return
_algorithmGroup
;
58
Debug.Assert(
_algorithmGroup
!= null);
70
return
_algorithmGroup
.Equals(other.AlgorithmGroup);
75
Debug.Assert(
_algorithmGroup
!= null);
76
return
_algorithmGroup
.GetHashCode();
81
Debug.Assert(
_algorithmGroup
!= null);
82
return
_algorithmGroup
;