5 references to New
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)
40
this.state = EncryptionState.
New
;
372
if (this.State != EncryptionState.
New
)
384
else if (this.State == EncryptionState.
New
)