コード例 #1
0
 public virtual OutputStreamEncryption GetEncryptionStream(Stream os)
 {
     return(securityHandler.GetEncryptionStream(os));
 }