2 overrides of Key
mscorlib (1)
system\security\cryptography\hmac.cs (1)
93
public override byte[]
Key
{
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (1)
80
public override byte[]
Key
8 writes to Key
System.IdentityModel (2)
System\IdentityModel\CryptoHelper.cs (2)
110
kha.
Key
= requestorEntropy;
551
keyedHashAlgorithm.
Key
= key;
System.Web (6)
Configuration\MachineKeySection.cs (1)
1244
hashAlgo.
Key
= validationKey;
Security\Cryptography\NetFXCryptoService.cs (2)
87
signingAlgorithm.
Key
= _validationKey.GetKeyMaterial();
130
validationAlgorithm.
Key
= _validationKey.GetKeyMaterial();
Security\SQLMembershipProvider.cs (3)
1915
kha.
Key
= bSalt;
1919
kha.
Key
= bKey;
1927
kha.
Key
= bKey;
9 references to Key
mscorlib (2)
system\security\cryptography\mactripledes.cs (2)
100
des.Key = this.
Key
;
113
des.Key = this.
Key
;
System.IdentityModel (1)
System\IdentityModel\Diagnostics\DigestTraceRecordHelper.cs (1)
90
byte[] key = keyedHash.
Key
;
System.Web (6)
Configuration\MachineKeySection.cs (2)
1127
_AutoGenValidationKeySize = ((KeyedHashAlgorithm) alg).
Key
.Length;
1146
_AutoGenValidationKeySize = ((KeyedHashAlgorithm) alg).
Key
.Length;
Security\SQLMembershipProvider.cs (4)
1914
if (kha.
Key
.Length == bSalt.Length) {
1916
} else if (kha.
Key
.Length < bSalt.Length) {
1917
byte[] bKey = new byte[kha.
Key
.Length];
1921
byte[] bKey = new byte[kha.
Key
.Length];