This method returns a hash algorithm that can be used when validateting a package license definition.
Namespace: Composite.Core.PackageSystemAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public static Object CreateSignatureHashAlgorithm(
string publicKeyXml
) |
| Visual Basic |
|---|
Public Shared Function CreateSignatureHashAlgorithm ( _
publicKeyXml As String _
) As Object |
| Visual C++ |
|---|
public:
static Object^ CreateSignatureHashAlgorithm(
String^ publicKeyXml
) |
Parameters
- publicKeyXml
- Type: System..::..String
This is the public key to the private key used by the pacakge server to generate the license key
Return Value
A hash algorithm object
See Also