Click or drag to resize

SecureDocumentPersistorCreate Method

See to Create(Guid)

Namespace:  ASDSoft.WebSigner.Server.Cache
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public Stream Create(
	Guid storedDocumentId
)

Parameters

storedDocumentId
Type: SystemGuid
See to Create(Guid)

Return Value

Type: Stream
Stream for writing document secured by encryption.

Implements

IDocumentPersistorCreate(Guid)
See Also