10 references to EncryptionState
System.IdentityModel (10)
System\ServiceModel\Security\EncryptedKey.cs (3)
53if (this.State == EncryptionState.New) 62if (this.State != EncryptionState.New) 71this.State = EncryptionState.Encrypted;
System\ServiceModel\Security\EncryptedType.cs (7)
32EncryptionState state; 40this.state = EncryptionState.New; 168protected EncryptionState State 284this.State = EncryptionState.Read; 372if (this.State != EncryptionState.New) 380if (this.State == EncryptionState.EncryptionSetup) 384else if (this.State == EncryptionState.New)