5 references to New
System.IdentityModel (5)
System\ServiceModel\Security\EncryptedKey.cs (2)
53if (this.State == EncryptionState.New) 62if (this.State != EncryptionState.New)
System\ServiceModel\Security\EncryptedType.cs (3)
40this.state = EncryptionState.New; 372if (this.State != EncryptionState.New) 384else if (this.State == EncryptionState.New)