2 instantiations of EncryptionProperty
System.Security (2)
system\security\cryptography\xml\encrypteddata.cs (1)
66
EncryptionProperty ep = new
EncryptionProperty
();
system\security\cryptography\xml\encryptedkey.cs (1)
110
EncryptionProperty ep = new
EncryptionProperty
();
21 references to EncryptionProperty
System.Security (21)
system\security\cryptography\xml\encrypteddata.cs (2)
66
EncryptionProperty
ep = new EncryptionProperty();
116
EncryptionProperty
ep = this.EncryptionProperties.Item(index);
system\security\cryptography\xml\encryptedkey.cs (2)
110
EncryptionProperty
ep = new EncryptionProperty();
191
EncryptionProperty
ep = this.EncryptionProperties.Item(index);
system\security\cryptography\xml\encryptedtype.cs (17)
98
public void AddProperty(
EncryptionProperty
ep) {
294
if (!(value is
EncryptionProperty
))
300
public int Add(
EncryptionProperty
value) {
310
if (!(value is
EncryptionProperty
))
316
public bool Contains(
EncryptionProperty
value) {
322
if (!(value is
EncryptionProperty
))
328
public int IndexOf(
EncryptionProperty
value) {
334
if (!(value is
EncryptionProperty
))
340
public void Insert(int index,
EncryptionProperty
value) {
346
if (!(value is
EncryptionProperty
))
352
public void Remove(
EncryptionProperty
value) {
368
public
EncryptionProperty
Item(int index) {
369
return (
EncryptionProperty
) m_props[index];
373
public
EncryptionProperty
this[int index] {
375
return (
EncryptionProperty
) ((IList) this)[index];
386
if (!(value is
EncryptionProperty
))
398
public void CopyTo(
EncryptionProperty
[] array, int index) {