2 references to ECDsaRoot
System.Core (2)
System\Security\Cryptography\Rfc4050KeyFormatter.cs (2)
113
bool isDsaKey = navigator.Name ==
ECDsaRoot
;
369
string rootElement = isEcdh ? ECDHRoot :
ECDsaRoot
;