1 write to _format
System.Security.Cryptography (1)
System\Security\Cryptography\CngKeyBlobFormat.cs (1)
22
_format
= format;
7 references to _format
System.Security.Cryptography (7)
System\Security\Cryptography\CngKeyBlobFormat.cs (7)
32
return
_format
;
58
Debug.Assert(
_format
!= null);
70
return
_format
.Equals(other.Format);
75
Debug.Assert(
_format
!= null);
76
return
_format
.GetHashCode();
81
Debug.Assert(
_format
!= null);
82
return
_format
;