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