3 writes to _CRL
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (3)
188set { _CRL = value; } 197_CRL = null; 295_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)
187get { return _CRL; } 264if (_CRL != null) 267crlElement.AppendChild(xmlDocument.CreateTextNode(Convert.ToBase64String(_CRL)));