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