System.Security.Cryptography.ECDsa.FromXmlString C# (CSharp) Method

FromXmlString() public method

public FromXmlString ( string xmlString ) : void
xmlString string
return void
        public override void FromXmlString(string xmlString)
        {
            throw new NotImplementedException(SR.Cryptography_ECXmlSerializationFormatRequired);
        }

Usage Example

Beispiel #1
0
 public override void FromXmlString(string xmlString) => _wrapped.FromXmlString(xmlString);