Show / Hide Table of Contents

Class CmsContentType

Inheritance
Object
CmsContentType
Inherited Members
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class CmsContentType

Fields

AuthenticatedData

Declaration
public static CmsContentType AuthenticatedData
Field Value
Type Description
CmsContentType

Data

Declaration
public static CmsContentType Data
Field Value
Type Description
CmsContentType

DigestedData

Declaration
public static CmsContentType DigestedData
Field Value
Type Description
CmsContentType

EncryptedData

Declaration
public static CmsContentType EncryptedData
Field Value
Type Description
CmsContentType

EnvelopedData

Declaration
public static CmsContentType EnvelopedData
Field Value
Type Description
CmsContentType

SignedData

Declaration
public static CmsContentType SignedData
Field Value
Type Description
CmsContentType

TstInfo

Declaration
public static CmsContentType TstInfo
Field Value
Type Description
CmsContentType

Properties

Name

Declaration
public string Name { get; }
Property Value
Type Description
String

Oid

Declaration
public string Oid { get; }
Property Value
Type Description
String

Methods

Equals(CmsContentType)

Declaration
public bool Equals(CmsContentType other)
Parameters
Type Name Description
CmsContentType other
Returns
Type Description
Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()

GetInstanceByOid(String)

Declaration
public static CmsContentType GetInstanceByOid(string oid)
Parameters
Type Name Description
String oid
Returns
Type Description
CmsContentType
Back to top Copyright © 2015-2020 Lacuna Software