3 writes to wrappedKey
System.IdentityModel (3)
System\ServiceModel\Security\EncryptedKey.cs (3)
70this.wrappedKey = wrappedKey; 96this.wrappedKey = reader.ReadContentAsBase64(); 101this.wrappedKey = SecurityUtils.ReadContentAsBase64(reader, maxBufferSize);
3 references to wrappedKey
System.IdentityModel (3)
System\ServiceModel\Security\EncryptedKey.cs (3)
57return this.wrappedKey; 128writer.WriteBase64(this.wrappedKey, 0, this.wrappedKey.Length);