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