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)
68base.SecurityKey = new InMemorySymmetricSecurityKey( _keyBytes ); 78byte[] encryptedKey = _wrappingCredentials.SecurityKey.EncryptKey( _wrappingCredentials.Algorithm, _keyBytes );