1 write to CipherReference
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CipherData.cs (1)
24
CipherReference
= cipherReference;
16 references to CipherReference
System.Security.Cryptography.Xml (16)
System\Security\Cryptography\Xml\CipherData.cs (3)
60
if (
CipherReference
!= null)
90
if (
CipherReference
== null)
92
cipherDataElement.AppendChild(
CipherReference
.GetXml(document));
System\Security\Cryptography\Xml\EncryptedXml.cs (13)
208
else if (cipherData.
CipherReference
!= null)
210
if (cipherData.
CipherReference
.CipherValue != null)
211
return cipherData.
CipherReference
.CipherValue;
213
if (cipherData.
CipherReference
.Uri == null)
218
if (cipherData.
CipherReference
.Uri.Length == 0)
222
TransformChain tc = cipherData.
CipherReference
.TransformChain;
227
if (!ReferenceUsesSafeTransformMethods(cipherData.
CipherReference
))
234
else if (cipherData.
CipherReference
.Uri[0] == '#')
236
string idref = Utils.ExtractIdFromLocalUri(cipherData.
CipherReference
.Uri);
245
TransformChain tc = cipherData.
CipherReference
.TransformChain;
250
if (!ReferenceUsesSafeTransformMethods(cipherData.
CipherReference
))
259
throw new CryptographicException(SR.Cryptography_Xml_UriNotResolved, cipherData.
CipherReference
.Uri);
273
cipherData.
CipherReference
.CipherValue = cipherValue;