Click or drag to resize

SecureDocumentPersistor.Create 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: System.Guid
See to Create(Guid)

Return Value

Type: Stream
Stream for writing document secured by encryption.

Implements

IDocumentPersistor.Create(Guid)
See Also