7 references to CipherData
System.IdentityModel (7)
System\IdentityModel\EncryptedDataElement.cs (5)
50if ( CipherData == null || CipherData.CipherValue == null ) 55byte[] cipherText = CipherData.CipherValue; 65CipherData.SetCipherValueFragments( iv, cipherText ); 194CipherData.WriteXml( writer );
System\IdentityModel\EncryptedKeyElement.cs (1)
150return new EncryptedKeyIdentifierClause( CipherData.CipherValue, Algorithm, KeyIdentifier );
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
241return new EncryptedKeyIdentifierClause(encryptedKey.CipherData.CipherValue, encryptedKey.Algorithm, encryptedKey.KeyIdentifier);