CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

AssemblyKeyAttribute..::..GetEncryptionKeyAttribute Method

This is responsible for returning the encryption key defined in the Assembly. If not defined then an Empty string is returned.

Namespace:  CAS.Lib.CodeProtect
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


public static string GetEncryptionKeyAttribute(
	Type type
)
Public Shared Function GetEncryptionKeyAttribute ( _
	type As Type _
) As String
public:
static String^ GetEncryptionKeyAttribute(
	Type^ type
)

Parameters

type
Type: Type