C# Класс IronPigeon.PayloadReference

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
PayloadReference ( Uri location, byte hash, string hashAlgorithmName, byte key, byte iv, System.DateTime expiresUtc ) : System

Initializes a new instance of the PayloadReference class.

Описание методов

PayloadReference() публичный Метод

Initializes a new instance of the PayloadReference class.
public PayloadReference ( Uri location, byte hash, string hashAlgorithmName, byte key, byte iv, System.DateTime expiresUtc ) : System
location System.Uri The URL where the payload of the message may be downloaded.
hash byte The hash of the encrypted bytes of the payload.
hashAlgorithmName string Name of the hash algorithm.
key byte The symmetric key used to encrypt the payload.
iv byte The initialization vector used to encrypt the payload.
expiresUtc System.DateTime The time beyond which the payload is expected to be deleted.
Результат System