Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

AuthenticatedData

Declaration
public static CmsContentType AuthenticatedData
Field Value
Type Description
CmsContentType
| Improve this Doc View Source

Data

Declaration
public static CmsContentType Data
Field Value
Type Description
CmsContentType
| Improve this Doc View Source

DigestedData

Declaration
public static CmsContentType DigestedData
Field Value
Type Description
CmsContentType
| Improve this Doc View Source

EncryptedData

Declaration
public static CmsContentType EncryptedData
Field Value
Type Description
CmsContentType
| Improve this Doc View Source

EnvelopedData

Declaration
public static CmsContentType EnvelopedData
Field Value
Type Description
CmsContentType
| Improve this Doc View Source

SignedData

Declaration
public static CmsContentType SignedData
Field Value
Type Description
CmsContentType
| Improve this Doc View Source

TstInfo

Declaration
public static CmsContentType TstInfo
Field Value
Type Description
CmsContentType

Properties

| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Oid

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

Methods

| Improve this Doc View Source

Equals(CmsContentType)

Declaration
public bool Equals(CmsContentType other)
Parameters
Type Name Description
CmsContentType other
Returns
Type Description
Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()
| Improve this Doc View Source

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