3 writes to _CRL
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (3)
186set { _CRL = value; } 195_CRL = null; 296_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)
185get { return _CRL; } 262if (_CRL != null) 265crlElement.AppendChild(xmlDocument.CreateTextNode(Convert.ToBase64String(_CRL)));