3 writes to _CRL
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (3)
194set { _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)
193get { return _CRL; } 270if (_CRL != null) 273crlElement.AppendChild(xmlDocument.CreateTextNode(Convert.ToBase64String(_CRL)));