C# 클래스 IronPigeon.PayloadReference

파일 보기 프로젝트 열기: AArnott/IronPigeon 1 사용 예제들

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