2 writes to State
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedKey.cs (1)
71
this.
State
= EncryptionState.Encrypted;
System\ServiceModel\Security\EncryptedType.cs (1)
284
this.
State
= EncryptionState.Read;
5 references to State
System.IdentityModel (5)
System\ServiceModel\Security\EncryptedKey.cs (2)
53
if (this.
State
== EncryptionState.New)
62
if (this.
State
!= EncryptionState.New)
System\ServiceModel\Security\EncryptedType.cs (3)
372
if (this.
State
!= EncryptionState.New)
380
if (this.
State
== EncryptionState.EncryptionSetup)
384
else if (this.
State
== EncryptionState.New)