Class SignatureSubFilterNames
Defines a class with predefined constants for sub filter strings.
Inheritance
System.Object
SignatureSubFilterNames
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.DigitalSignatures
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public static class SignatureSubFilterNames
Fields
ADBE_PKCS7_DETACHED
Gets the name of the pkcs7 detached sub filter.
Declaration
public const string ADBE_PKCS7_DETACHED = "adbe.pkcs7.detached"
Field Value
System.String
Sub filter. |
ADBE_PKCS7_SHA1
Gets the name of the pkcs7 sub filter.
Declaration
public const string ADBE_PKCS7_SHA1 = "adbe.pkcs7.sha1"
Field Value
System.String
Sub filter. |
ADBE_X509_RSA_SHA1
Gets the name of the x509 rsa sha1 sub filter.
Declaration
public const string ADBE_X509_RSA_SHA1 = "adbe.x509.rsa_sha1"
Field Value
System.String
Sub filter. |