3 writes to _CRL
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (3)
194
set {
_CRL
= value; }
203
_CRL
= null;
304
_CRL
= Convert.FromBase64String(Utils.DiscardWhiteSpaces(x509CRLNodes.Item(0)!.InnerText));
3 references to _CRL
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (3)
193
get { return
_CRL
; }
270
if (
_CRL
!= null)
273
crlElement.AppendChild(xmlDocument.CreateTextNode(Convert.ToBase64String(
_CRL
)));