Class CmsContentType
Inheritance
CmsContentType
Assembly: Lacuna.Pki.dll
Syntax
public class CmsContentType
Fields
|
Improve this Doc
View Source
AuthenticatedData
Declaration
public static CmsContentType AuthenticatedData
Field Value
|
Improve this Doc
View Source
Data
Declaration
public static CmsContentType Data
Field Value
|
Improve this Doc
View Source
DigestedData
Declaration
public static CmsContentType DigestedData
Field Value
|
Improve this Doc
View Source
EncryptedData
Declaration
public static CmsContentType EncryptedData
Field Value
|
Improve this Doc
View Source
EnvelopedData
Declaration
public static CmsContentType EnvelopedData
Field Value
|
Improve this Doc
View Source
SignedData
Declaration
public static CmsContentType SignedData
Field Value
|
Improve this Doc
View Source
TstInfo
Declaration
public static CmsContentType TstInfo
Field Value
Properties
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Improve this Doc
View Source
Oid
Declaration
public string Oid { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(CmsContentType)
Declaration
public bool Equals(CmsContentType other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
GetInstanceByOid(String)
Declaration
public static CmsContentType GetInstanceByOid(string oid)
Parameters
| Type |
Name |
Description |
| String |
oid |
|
Returns