2 writes to _keyBytes
System.IdentityModel (2)
System\IdentityModel\Tokens\EncryptedKeyEncryptingCredentials.cs (2)
62
_keyBytes
= CryptoHelper.KeyGenerator.GenerateDESKey( keySizeInBits );
66
_keyBytes
= CryptoHelper.KeyGenerator.GenerateSymmetricKey( keySizeInBits );
2 references to _keyBytes
System.IdentityModel (2)
System\IdentityModel\Tokens\EncryptedKeyEncryptingCredentials.cs (2)
68
base.SecurityKey = new InMemorySymmetricSecurityKey(
_keyBytes
);
78
byte[] encryptedKey = _wrappingCredentials.SecurityKey.EncryptKey( _wrappingCredentials.Algorithm,
_keyBytes
);