Method | Description | |
---|---|---|
CmsAuthenticatedData ( |
||
CmsAuthenticatedData ( Stream authData ) : System | ||
CmsAuthenticatedData ( byte authData ) : System | ||
GetAuthAttrs ( ) : Asn1.Cms.AttributeTable | ||
GetEncoded ( ) : byte[] | ||
GetMac ( ) : byte[] | ||
GetRecipientInfos ( ) : |
||
GetUnauthAttrs ( ) : Asn1.Cms.AttributeTable |
public CmsAuthenticatedData ( |
||
contentInfo | ||
return | System |
public CmsAuthenticatedData ( Stream authData ) : System | ||
authData | Stream | |
return | System |
public CmsAuthenticatedData ( byte authData ) : System | ||
authData | byte | |
return | System |
public GetAuthAttrs ( ) : Asn1.Cms.AttributeTable | ||
return | Asn1.Cms.AttributeTable |
public GetRecipientInfos ( ) : |
||
return |
public GetUnauthAttrs ( ) : Asn1.Cms.AttributeTable | ||
return | Asn1.Cms.AttributeTable |