Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class System.​Security.​Cryptography.​Xml.​XmlLicenseTransform
Assembly: System.Security.Cryptography.Xml
Inheritance: object → Transform → XmlLicenseTransform
Represents the license transform algorithm used to normalize XrML licenses for signatures.
Properties
public
IRelDecryptor
Decryptor
Gets or sets the decryptor of the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object.
public
Type[]
InputTypes
Gets an array of types that are valid inputs to the <see cref="P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes" /> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object.
public
Type[]
OutputTypes
Gets an array of types that are valid outputs from the <see cref="P:System.Security.Cryptography.Xml.XmlLicenseTransform.OutputTypes" /> method of the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object.
public
string
Algorithm
Gets or sets the Uniform Resource Identifier (URI) that identifies the algorithm performed by the current transform.
Context
Gets or sets an <see cref="T:System.Xml.XmlElement" /> object that represents the document context under which the current <see cref="T:System.Security.Cryptography.Xml.Transform" /> object is running.
PropagatedNamespaces
Gets or sets a <see cref="T:System.Collections.Hashtable" /> object that contains the namespaces that are propagated into the signature.
Resolver
Sets the current <see cref="T:System.Xml.XmlResolver" /> object.
Methods
protected
Xml.​XmlNodeList
GetInnerXml​()
Returns an XML representation of the parameters of an <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object that are suitable to be included as subelements of an XMLDSIG <see langword="<Transform>" /> element.
Returns A list of the XML nodes that represent the transform-specific content needed to describe the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object in an XMLDSIG <see langword="<Transform>" /> element.
public
object
GetOutput​()
Returns the output of an <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object.
Returns The output of the <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object.
public
object
GetOutput​(Type type)
Returns the output of an <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object.
Returns The output of the <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object.
type
The type of the output to return. <see cref="T:System.Xml.XmlDocument" /> is the only valid type for this parameter.
public
void
LoadInnerXml​(Xml.​XmlNodeList nodeList)
Parses the specified <see cref="T:System.Xml.XmlNodeList" /> object as transform-specific content of a <see langword="<Transform>" /> element; this method is not supported because the <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object has no inner XML elements.
nodeList
An <see cref="T:System.Xml.XmlNodeList" /> object that encapsulates the transform to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object.
public
void
LoadInput​(object obj)
Loads the specified input into the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object.
obj
The input to load into the current <see cref="T:System.Security.Cryptography.Xml.XmlLicenseTransform" /> object. The type of the input object must be <see cref="T:System.Xml.XmlDocument" /> .
public
byte[]
GetDigestedOutput​(HashAlgorithm hash)
Inherited from Transform
When overridden in a derived class, returns the digest associated with a <see cref="T:System.Security.Cryptography.Xml.Transform" /> object.
Returns The digest associated with a <see cref="T:System.Security.Cryptography.Xml.Transform" /> object.
hash
The <see cref="T:System.Security.Cryptography.HashAlgorithm" /> object used to create a digest.
GetXml​()
Inherited from Transform
Returns the XML representation of the current <see cref="T:System.Security.Cryptography.Xml.Transform" /> object.
Returns The XML representation of the current <see cref="T:System.Security.Cryptography.Xml.Transform" /> object.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object