3 writes to _cipherText
System.IdentityModel (3)
System\IdentityModel\CipherDataElement.cs (3)
31_cipherText = value; 51_cipherText = reader.ReadContentAsBase64(); 67_cipherText = cipherText;
6 references to _cipherText
System.IdentityModel (6)
System\IdentityModel\CipherDataElement.cs (6)
21byte[] buffer = new byte[_iv.Length + _cipherText.Length]; 23Buffer.BlockCopy( _cipherText, 0, buffer, _iv.Length, _cipherText.Length ); 27return _cipherText; 78writer.WriteBase64( _cipherText, 0, _cipherText.Length );